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

Performance Issue when the program will output a lot of messages

Open jdneo opened this issue 6 years ago • 3 comments

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
  1. Make sure the program output will be printed into the internal console
  2. 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

image

image

jdneo avatar Dec 12 '19 03:12 jdneo