vscode-mono-debug/package.nls.json

34 строки
2.1 KiB
JSON

{
"mono.label": "C# Mono",
"configure.exceptions.command": "Configure Exceptions",
"configuration.title": "Mono Debug",
"configuration.exceptionOptions.description": "Configure when exceptions should break (never, always, unhandled). Add more as needed.",
"configuration.exceptionOptions.description2": "When should this thrown exception break?",
"configure.exceptions": "Configure Exceptions",
"breakMode.never": "never breaks",
"breakMode.always": "breaks when exception handled or unhandled",
"breakMode.unhandled": "breaks when exception unhandled",
"mono.launch.config.name": "Launch",
"mono.attach.config.name": "Attach",
"mono.launch.program.description": "Absolute path to the program.",
"mono.launch.args.description": "Command line arguments passed to the program.",
"mono.launch.cwd.description": "Absolute path to the working directory of the program being debugged.",
"mono.launch.runtimeExecutable.description": "Absolute path to the runtime executable to be used. Default is the runtime executable on the PATH.",
"mono.launch.runtimeArgs.description": "Optional arguments passed to the runtime executable.",
"mono.launch.passDebugOptionsViaEnvironmentVariable.description": "Use the MONO_ENV_OPTIONS environment variable to pass the Mono debugger options when launching a program. This is useful if you're embedding Mono in a custom executable.",
"mono.launch.env.description": "Environment variables passed to the program.",
"mono.launch.externalConsole.deprecationMessage": "Attribute 'externalConsole' is deprecated, use 'console' instead.",
"mono.launch.console.description": "Where to launch the debug target.",
"mono.launch.console.internalConsole.description": "VS Code Debug Console (which doesn't support to read input from a program)",
"mono.launch.console.integratedTerminal.description": "VS Code's integrated terminal",
"mono.launch.console.externalTerminal.description": "external terminal that can be configured via user settings",
"mono.attach.port.description": "Debug port to attach to.",
"mono.attach.address.description": "TCP/IP address. Default is \"localhost\"."
}