%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : www.kowitt.ac.th / Your IP : 216.73.216.118 Web Server : Microsoft-IIS/7.5 System : Windows NT SERVER02 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.6.31 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files/Microsoft VS Code/resources/app/extensions/ms-vscode.node-debug/ |
Upload File : |
{ "extension.description": "Node.js debugging support (versions < 8.0)", "node.label": "Node.js", "open.loaded.script": "Open Loaded Script", "attach.node.process": "Attach to Node Process", "toggle.skipping.this.file": "Toggle Skipping this File", "toggle.auto.attach": "Toggle Auto Attach", "loaded.scripts.view.name": "Loaded Scripts", "smartStep.description": "Automatically step through generated code that cannot be mapped back to the original source.", "skipFiles.description": "An array of glob patterns for files to skip when debugging.", "outFiles.description": "If source maps are enabled, these glob patterns specify the generated JavaScript files. If a pattern starts with '!' the files are excluded. If not specified, the generated code is expected in the same directory as its source.", "outDir.deprecationMessage": "Attribute 'outDir' is deprecated, use 'outFiles' instead.", "trace.description": "Produce diagnostic output. Instead of setting this to true you can list one or more selectors separated with commas. The 'verbose' selector enables very detailled output.", "launch.args.description": "Command line arguments passed to the program.", "node.protocol.description": "Node.js debug protocol to use.", "node.protocol.auto.description": "try to detect the best protocol automatically, selecting 'inspector' for launching Node 8.0+", "node.protocol.inspector.description": "new protocol supported by Node.js versions >= 6.3", "node.protocol.legacy.description": "old protocol supported by Node.js versions < 8.0", "node.sourceMaps.description": "Use JavaScript source maps (if they exist).", "node.stopOnEntry.description": "Automatically stop program after launch.", "node.port.description": "Debug port to attach to. Default is 5858.", "node.address.description": "TCP/IP address of process to be debugged (for Node.js >= 5.0 only). Default is 'localhost'.", "node.timeout.description": "Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.", "node.restart.description": "Restart session after Node.js has terminated.", "node.localRoot.description": "Path to the local directory containing the program.", "node.remoteRoot.description": "Absolute path to the remote directory containing the program.", "node.showAsyncStacks.description": "Show the async calls that led to the current call stack. 'inspector' protocol only.", "node.sourceMapPathOverrides.description": "A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.", "node.launch.program.description": "Absolute path to the program. Generated value is guessed by looking at package.json and opened files. Edit this attribute.", "node.launch.externalConsole.deprecationMessage": "Attribute 'externalConsole' is deprecated, use 'console' instead.", "node.launch.console.description": "Where to launch the debug target.", "node.launch.console.internalConsole.description": "VS Code Debug Console (which doesn't support to read input from a program)", "node.launch.console.integratedTerminal.description": "VS Code's integrated terminal", "node.launch.console.externalTerminal.description": "external terminal that can be configured via user settings", "node.launch.cwd.description": "Absolute path to the working directory of the program being debugged.", "node.launch.runtimeExecutable.description": "Runtime to use. Either an absolute path or the name of a runtime available on the PATH. If omitted 'node' is assumed.", "node.launch.runtimeArgs.description": "Optional arguments passed to the runtime executable.", "node.launch.runtimeVersion.description": "Version of 'node' runtime to use. Requires 'nvm'.", "node.launch.env.description": "Environment variables passed to the program. The value 'null' removes the variable from the environment.", "node.launch.envFile.description": "Absolute path to a file containing environment variable definitions.", "node.launch.useWSL.description": "Use Windows Subsystem Linux.", "node.launch.outputCapture.description": "From where to capture output messages: The debug API, or stdout/stderr streams.", "node.launch.autoAttachChildProcesses.description": "Attach debugger to new child processes automatically.", "node.launch.config.name": "Launch", "node.attach.processId.description": "Id of process to attach to.", "node.attach.config.name": "Attach", "node.processattach.config.name": "Attach to Process", "node.snippet.launch.label": "Node.js: Launch Program", "node.snippet.launch.description": "Launch a node program in debug mode", "node.snippet.npm.label": "Node.js: Launch via NPM", "node.snippet.npm.description": "Launch a node program through an npm 'debug' script", "node.snippet.attach.label": "Node.js: Attach", "node.snippet.attach.description": "Attach to a running node program", "node.snippet.remoteattach.label": "Node.js: Attach to Remote Program", "node.snippet.remoteattach.description": "Attach to the debug port of a remote node program", "node.snippet.attachProcess.label": "Node.js: Attach to Process", "node.snippet.attachProcess.description": "Open process picker to select node process to attach to", "node.snippet.nodemon.label": "Node.js: Nodemon Setup", "node.snippet.nodemon.description": "Use nodemon to relaunch a debug session on source changes", "node.snippet.mocha.label": "Node.js: Mocha Tests", "node.snippet.mocha.description": "Debug mocha tests", "node.snippet.yo.label": "Node.js: Yeoman generator", "node.snippet.yo.description": "Debug yeoman generator (install by running 'npm link' in project folder)", "node.snippet.gulp.label": "Node.js: Gulp task", "node.snippet.gulp.description": "Debug gulp task (make sure to have a local gulp installed in your project)", "node.snippet.electron.label": "Node.js: Electron Main", "node.snippet.electron.description": "Debug the Electron main process" }