Reputation: 1849
Good morning in my timezone.
I am debugging a web application in Eclipse, i am using WAS 6.1, when i reach the bad code behavior i wanted to stop the debugging , the forward code will make a commit in database and i do not want that.But the square red button(stop button) is frozen(not available), in debug perspective or in the console tab. Why is this happening, and how can i stop the debugging.The only solution is to stop the server
Thanks in advance
Best regards
Upvotes: 2
Views: 4682
Reputation: 31
If the button is disabled you can right-click on the root of stacktrace and click terminate or terminate&remove option.It will end debugging session. IBW, I hope you have "Allow remote termination of VM" enabled in the debug configuration.
Upvotes: 1