This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 164509 - Putting breakpoint in InvokeAndWait causes code error
Summary: Putting breakpoint in InvokeAndWait causes code error
Status: CLOSED DUPLICATE of bug 164511
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-05 16:02 UTC by jarome
Modified: 2010-04-29 09:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jarome 2009-05-05 16:02:22 UTC
If while debugging my code, I put a breakpoint inside 
          f.bearingToGoal(), heading);
      EventQueue.invokeLater(new Runnable() {
         public void run() {
            coursePanel.update(fi);
         }
      });
The GUI editor suddenly says there is an error in the code! See attached picture.
Build 2009050201
Comment 1 Martin Entlicher 2009-05-05 17:56:56 UTC
Which attached picture?

*** This issue has been marked as a duplicate of 164511 ***
Comment 2 Quality Engineering 2010-04-29 09:50:45 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.