Problems with debugger after switching from 30 to 31 #9566
napenoni17
started this conversation in
General
Replies: 1 comment 1 reply
|
can you try to disable all breakpoints and check if the performance changes? (The breakpoint window has a button for that)
I assume its one core. Is it the JVM process of NetBeans or the one your application is running in? I think the only debugger change for NB 31 was #9285 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
After switching from NetBeans 30 to NetBeans 31, I’m having trouble with the debugger.
When I start my application with the debugger in NetBeans 30, it runs as usual.
However, in NetBeans 31, the application starts lagging immediately, and after rendering a few GUI elements,
the CPU usage spikes sharply to 95%. When I run the app without the debugger, both NetBeans 30 and 31 perform fine.
When I switched from version 30 to 31, I imported the previous configuration, and as far as I can tell, no other settings have changed.
About the application and the system I'm running NetBeans on:
I’m not sure what additional information I should provide.
Maybe someone can help.
All reactions