Refer here:
Add support for “Just My Code” debugging · Issue #5763 · microsoft/vscode-cpptools · GitHub
VS Code for Java supports Just My CodeVS Code for Java supports Just My Code now, a feature automatically steps over calls to system, framework, and other non-user code. You can configure Just My Code through settings, “java.debug.settings.stepping.skipClasses” and “java.debug.settings.exceptionBreakpoint.skipClasses“. Predefined values are:
- $JDK: Classes from the default system classpath such as rt.jar, jrt-fs.jar.
- $Libraries: Classes from the build tool dependencies such as Maven, Gradle and user libraries.
Set configuration options in launch.json .
justMyCode : When omitted or set to true (the default), restricts debugging to user-written code only. Set to false to also enable debugging of standard library functions.
ReferencesAdd support for “Just My Code” debugging · Issue #5763 · microsoft/vscode-cpptools · GitHub
Java on Visual Studio Code Update – July 2020 - Java at Microsoft
Debugging configurations for Python apps in Visual Studio Code
VS Code Python 停用 justMyCode 调试库代码_zywvvd的博客-CSDN博客



