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 197662 - Attaching Debugger progress is visible and operating after debugger is connected
Summary: Attaching Debugger progress is visible and operating after debugger is connected
Status: RESOLVED INCOMPLETE
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.0
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-12 12:33 UTC by michal.owsiak
Modified: 2011-04-22 14:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screen (255.87 KB, image/png)
2011-04-12 12:33 UTC, michal.owsiak
Details
correct_screen (164.02 KB, image/png)
2011-04-12 12:51 UTC, michal.owsiak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michal.owsiak 2011-04-12 12:33:22 UTC
Created attachment 107682 [details]
screen

1. Create web application project
2. Deploy it on remote server
3. Attach debugger via Debugger (JPDA)
4. "Attaching Debugger" is visible even thou Debugger is already connected (see screen  shoot)
Comment 1 michal.owsiak 2011-04-12 12:51:15 UTC
Created attachment 107683 [details]
correct_screen

Previous screen shoot was incorrect
Comment 2 Martin Entlicher 2011-04-19 15:35:30 UTC
The attaching process is probably waiting for breakpoints submission.
Can you please open the Output Window and check the Debugger Console? You should see there what's going on. When "User program running" is displayed, the attach process should finish and the progress bar should disappear.
Also, can you please make a full thread dump to verify what's going on? The submission of breakpoints can take some time if parser information is needed.
Comment 3 Martin Entlicher 2011-04-22 14:50:00 UTC
Please check the Debugger Console. If it takes very long to submit breakpoints, please make profiler snapshot in NetBeans while breakpoints are being submitted so that we can see what's going on.