vscode-java-debug
vscode-java-debug copied to clipboard
Performance Issue when the program will output a lot of messages
Environment
- Operating System: Win10
- JDK version: JDK 11
- Visual Studio Code version: 1.40.2
- Java extension version: 0.54.2
- Java Debugger extension version: 0.23.0
Steps To Reproduce
- Make sure the program output will be printed into the
internal console - A performance downgrade will be observed if the problem will print out a lot of messages.
Note: The performance issue won't be observed if it's printing in the integrated terminal

