Andre Weinand
Andre Weinand
Please see my analysis of the problem: https://github.com/Microsoft/vscode/issues/47457#issuecomment-393520209 and https://github.com/Microsoft/vscode/issues/47457#issuecomment-393526314.
/causedByExtension
@limalex88 I'm a dev on the VS Code team - I have nothing to do with a "calculator"
DAP provides flexible exception support by means of the [ExceptionOptions](https://microsoft.github.io/debug-adapter-protocol/specification#Types_ExceptionOptions) and [ExceptionPathSegment](https://microsoft.github.io/debug-adapter-protocol/specification#Types_ExceptionPathSegment) types. See https://github.com/microsoft/vscode-debugadapter-node/issues/64 for details. Examples for the supported use cases are here: https://github.com/microsoft/vscode-debugadapter-node/issues/64#issuecomment-258898151 And here is a...
I agree that "TypeScript debugging" is not easily to find in [TypeScript in Visual Studio Code](https://code.visualstudio.com/docs/languages/typescript). The "Debugging" section links to generic debugging pages which are not that helpful in...
For node.js debugging we've solved the problem by allowing any program/script to be used in a launch configuration. The only requirement is that the program/script opens a debug port at...
Yes, your understanding is correct. Here are some additional details: There are basically two ways a DA can run a target (the `mvn -Dmaven.surefire.debug test` in this case): - it...
@felixfbecker not yet. Since this is the first 'reverse' request, it needs some work to provide support for this...
@felixfbecker I do not understand what you mean and why it breaks something. The `runInTerminal` is implemented in VS Code and node-debug is calling it. The test support is independent...
I've created https://github.com/microsoft/debug-adapter-protocol/issues/81. When implemented we should show the timestamp in VS Code.