|
889 | 889 | "c_cpp.debuggers.miDebuggerArgs.description": "Additional arguments for the MI debugger (such as gdb).", |
890 | 890 | "c_cpp.debuggers.miDebuggerServerAddress.description": "Network address of the MI Debugger Server to connect to (example: localhost:1234).", |
891 | 891 | "c_cpp.debuggers.useExtendedRemote.description": "Connect to the MI Debugger Server with target extended-remote mode.", |
892 | | - "c_cpp.debuggers.stopAtEntry.description": "Optional parameter. If true, the debugger should stop at the entrypoint of the target. If processId is passed, has no effect.", |
| 892 | + "c_cpp.debuggers.stopAtEntry.markdownDescription": { |
| 893 | + "message": "Optional parameter. If `true`, the debugger should stop at the entry point of the target. If `processId` is passed, this has no effect.", |
| 894 | + "comment": [ |
| 895 | + "{Locked=\"`true`\"} {Locked=\"`processId`\"}" |
| 896 | + ] |
| 897 | + }, |
893 | 898 | "c_cpp.debuggers.debugServerPath.description": "Optional full path to the debug server to launch. Defaults to null. It is used in conjunction with either \"miDebugServerAddress\" or your own server with a \"customSetupCommand\" that runs \"-target-select remote <server:port>\".", |
894 | 899 | "c_cpp.debuggers.debugServerArgs.description": "Optional debug server args. Defaults to null.", |
895 | 900 | "c_cpp.debuggers.serverStarted.description": "Optional server-started pattern to look for in the debug server output. Defaults to null.", |
|
905 | 910 | "c_cpp.debuggers.cppvsdbg.console.externalTerminal.description": "Console applications will be launched in an external terminal window. The window will be reused in relaunch scenarios and will not automatically disappear when the application exits.", |
906 | 911 | "c_cpp.debuggers.cppvsdbg.console.newExternalWindow.description": "Console applications will be launched in their own external console window which will end when the application stops. Non-console applications will run without a terminal, and stdout/stderr will be ignored.", |
907 | 912 | "c_cpp.debuggers.avoidWindowsConsoleRedirection.description": "If true, disables debuggee console redirection that is required for Integrated Terminal support.", |
908 | | - "c_cpp.debuggers.sourceFileMap.description": "Optional source file mappings passed to the debug engine. Example: '{ \"/original/source/path\":\"/current/source/path\" }'.", |
909 | | - "c_cpp.debuggers.processId.anyOf.description": "Optional process id to attach the debugger to. Use \"${command:pickProcess}\" to get a list of local running processes to attach to. Note that some platforms require administrator privileges in order to attach to a process.", |
| 913 | + "c_cpp.debuggers.sourceFileMap.markdownDescription": { |
| 914 | + "message": "Optional source file mappings passed to the debug engine. Example: `{ \"<original source path>\": \"<current source path>\" }`.", |
| 915 | + "comment": [ |
| 916 | + "{Locked=\"`{ \\\"<\"} {Locked=\">\\\": \\\"<\"} {Locked=\">\\\" }`\"}" |
| 917 | + ] |
| 918 | + }, |
| 919 | + "c_cpp.debuggers.processId.anyOf.markdownDescription": { |
| 920 | + "message": "Optional process ID to attach the debugger to. Use `${command:pickProcess}` to get a list of local running processes to attach to. Note that some platforms require administrator privileges in order to attach to a process.", |
| 921 | + "comment": [ |
| 922 | + "{Locked=\"`${command:pickProcess}`\"}" |
| 923 | + ] |
| 924 | + }, |
910 | 925 | "c_cpp.debuggers.symbolSearchPath.description": "Semicolon separated list of directories to use to search for symbol (that is, pdb) files. Example: \"c:\\dir1;c:\\dir2\".", |
911 | 926 | "c_cpp.debuggers.dumpPath.description": "Optional full path to a dump file for the specified program. Example: \"c:\\temp\\app.dmp\". Defaults to null.", |
912 | 927 | "c_cpp.debuggers.enableDebugHeap.description": "If false, the process will be launched with debug heap disabled. This sets the environment variable '_NO_DEBUG_HEAP' to '1'.", |
|
0 commit comments