vscode-java-debug icon indicating copy to clipboard operation
vscode-java-debug copied to clipboard

Include stacktrace info when stopping at exception breakpoint

Open testforstephen opened this issue 4 years ago • 1 comments

Current: When Java extension stops at exception breakpoint, it will print the exception message, but without stacktrace info. Test java

Excepted: Like what js debug extension does, print the stacktrace too. test js

Originally posted by @jvesouza in https://github.com/microsoft/vscode/issues/111758#issuecomment-764504378

testforstephen avatar Jan 22 '21 04:01 testforstephen