redhat-developer / vscode-server-connector

📦 VS Code extension to run JBoss EAP servers and Runtimes
Eclipse Public License 2.0
57 stars 26 forks source link

Server should allow "Restart in Debug" #327

Closed adietish closed 5 years ago

adietish commented 5 years ago

steps:

  1. ASSERT: have a server
  2. ASSERT: have it "(Started)"
  3. EXEC: try to debug the server

Result: You cannot have it run in debug from here. There's no "Restart in Debug", you first have to "Stop" and then you get an entry "Debug" where you can start the server in debug mode.

adietish commented 5 years ago

related to #56