• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Debugging problem with NetBeans IDE

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have configured a swing based application with NetBeans IDE. When I want to stop the debugger session after debugging , along with the debugging session the application also closes.

My question is - is there a way to stop the debugger, with the application running?

regards,
Naresh
 
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Naresh,

To continue running the application after you have completed the debugging analysis, you need to click 'Continue' button on the debug toolbar. Of course, if you have loops with enabled breakpoints, the debugger will stop again, but in that case you can disable the breakpoints.

HTH
-V
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic