简体   繁体   中英

Stop debugging in Eclipse

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM