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

Event (or breakpoint) ignored

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi all,

I have a big problem with a JSF project developed with Netbeans 6.1 (...and also 6.0.1 is the same).

If I set a breakpoint ato an action_event function (for example linked to a button) of a java baking bean it is ignored, the execution (in debug mode) does not stop.

It is also possible that the function is not executed at all, causing the missed stop.

Where is the mistake(s)?

All thing compile and deploy ok, but ignore button clicks!

Please, help me!

Thank you

Domenico
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
You asked this same question in the IDEs forum. We'd rather you not multi-post, as it causes confusion.

Anyone wishing to respond to Domenico's question, please do so against this copy: https://coderanch.com/t/106298/vc/NetBeans-does-not-stop-at

That way everyone knows what everyone else is talking about.
 
    Bookmark Topic Watch Topic
  • New Topic