vscode-java-debug
vscode-java-debug copied to clipboard
source code jump problem
hi, i have a class both in src folder and jar, when debug, it always jump to the source in the jar, not my modified version in src folder.
how to fix this?
vscode: Version: 1.71.0 Commit: 784b0177c56c607789f9638da7b6bf3230d47a8c Date: 2022-09-01T07:25:38.437Z Electron: 19.0.12 Chromium: 102.0.5005.167 Node.js: 16.14.2 V8: 10.2.154.15-electron.0 OS: Darwin x64 20.5.0 Sandboxed: No
java extension: Debugger for Java v0.44.0
This is because when initializing the collection of source code, the project source code is placed at the end.