-
Notifications
You must be signed in to change notification settings - Fork 410
Closed
Milestone
Description
VS Code provides "Start without debugging" functionality, but it doesn't work for Java as far as I know.
Environment
- Operating System: MacOSX
- JDK version: 1.8
- Visual Studio Code version:1.25.1
- Java extension version:0.29.0
- Java Debugger extension version:0.10.0
Steps To Reproduce
- Open a Java project and set a breakpoint
- Trigger "Start without debugging"
Current Result
It starts debugging and the breakpoint is hit.
Expected Result
Run the project without hitting any breakpoints.
Additional Informations
Reactions are currently unavailable