Reuse integrated terminal when running debug target #10940
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
When running the debug target in the integrated terminal, every debug session results in a new terminal instance. Managing these terminals is a pain.
Please reuse the terminals based on their title.
Ideally, the terminal API should have a way to find out whether the terminal is "busy" (a process is already running). In this case you would not reuse the terminal but create a new terminal (and append a number to the title). If necessary please file an API request for this.
The text was updated successfully, but these errors were encountered: