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 199547 - DebuggerStateListener.sessionAdded may take a long time even when debugging J2SE
Summary: DebuggerStateListener.sessionAdded may take a long time even when debugging J2SE
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 7.1
Hardware: PC All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-20 13:16 UTC by Petr Hejl
Modified: 2011-06-22 14:05 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stacktrace (4.81 KB, text/plain)
2011-06-20 13:17 UTC, Petr Hejl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Hejl 2011-06-20 13:16:44 UTC
The ServerInstance.DebuggerStateListener.sessionAdded is asking for server Target to determine whether the debugger is connected to the Target. Under certain circumstances this may take some time and user has to wait for this even when he is going to debug J2SE. At least UI is responsive.
Comment 1 Petr Hejl 2011-06-20 13:17:47 UTC
Created attachment 108993 [details]
stacktrace
Comment 2 Petr Hejl 2011-06-21 09:42:47 UTC
Should be fixed in web-main a16f8f8d6dcf.
Comment 3 David Konecny 2011-06-21 19:00:10 UTC
Thanks!
Comment 4 Quality Engineering 2011-06-22 14:05:04 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/a16f8f8d6dcf
User: phejl@netbeans.org
Log: #199547 DebuggerStateListener.sessionAdded may take a long time even when debugging J2SE