简体   繁体   中英

Warning while Debugging java code

I was debugging my java code in Intellij IDEA and I encountered following warning. I have debugged my code a lot of times but never saw the below dialog box.

在此处输入图片说明

Any idea why this warning is shown and why did it suspend the JVM?

Just for the sake of completing this question. Above situation occurs when you have two or more instances of your program being debugged. As I had changed my code in between IDE asked whether the edited class needs to be reloaded or existing class has to be used.

You can either close the older instance or select yes to reload the classes. IDE warns of suspending the JVM but nothing like that happened in my case. On selecting yes debugging happened just fine.

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