You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I do "Debug" then a "Stop" (e.g. from Dashboard), and then "Debug" again, my Liberty Debug configs pile up and don't get cleaned up in the Debug view.
E.g.
The text was updated successfully, but these errors were encountered:
scottkurz
changed the title
Debug view elements don't get cleaned up after "Stop"
Liberty Debug view elements don't get cleaned up after "Stop"
Dec 9, 2022
Adding the observation that Eclipse seems to recognize at least our Debugger "session" is no longer running. We get different right-click ctx menu options for one of these not-cleaned-up elements:
compared to one where the JVM is active and the debugger is connected
OTOH, when it doesn't work for whatever reason, the Debug view element never says <terminated> and it never goes away.
OTHER THOUGHTS
Might be mildly helpful for the view display to show the port, like the debugger child icon does, instead of just 'demo [Liberty]', for when the debugger underneath goes away. Not sure if we can change the view without renaming the launch itself, though, which we probably wouldn't want to do.
If I do "Debug" then a "Stop" (e.g. from Dashboard), and then "Debug" again, my Liberty Debug configs pile up and don't get cleaned up in the Debug view.
E.g.
The text was updated successfully, but these errors were encountered: