Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » [DEBUG] problem to break into listener?
[DEBUG] problem to break into listener? [message #117581] Mon, 17 November 2003 14:15 Go to next message
Eclipse UserFriend
Originally posted by: bellidaniele.tiscali.it

I found some problems in breaking into event action perfomed method.
I set a breakpoint into a on line implemented listener like this:

this.setLayout(gridBagLayout1);
_pnlButtons.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
buttonActionPerformed(e.getActionCommand()); <<-- breakpoint
}
});

but dos not stop to debug code.
Why?

Bye,
db
Re: [DEBUG] problem to break into listener? [message #117608 is a reply to message #117581] Mon, 17 November 2003 14:47 Go to previous message
Darin Wright is currently offline Darin WrightFriend
Messages: 454
Registered: July 2009
Senior Member
Please submit a bug with a reproduceable test case. This should work.

Darin

"Daniele Belli" <bellidaniele@tiscali.it> wrote in message
news:bpal36$6am$1@eclipse.org...
> I found some problems in breaking into event action perfomed method.
> I set a breakpoint into a on line implemented listener like this:
>
> this.setLayout(gridBagLayout1);
> _pnlButtons.addActionListener(new ActionListener() {
> public void actionPerformed(ActionEvent e) {
> buttonActionPerformed(e.getActionCommand()); <<-- breakpoint
> }
> });
>
> but dos not stop to debug code.
> Why?
>
> Bye,
> db
>
Previous Topic:tooltips don't show correctly on resource editors? (+ how to move between editors)
Next Topic:how to access java build path from ant script ?
Goto Forum:
  


Current Time: Thu Dec 26 22:08:45 GMT 2024

Powered by FUDForum. Page generated in 0.03471 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top