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 174697 - Debugger is slow especially when there are IO operartions involved
Summary: Debugger is slow especially when there are IO operartions involved
Status: CLOSED INCOMPLETE
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-15 20:14 UTC by iceman81
Modified: 2010-05-06 11:51 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 iceman81 2009-10-15 20:14:51 UTC
The Netbeans Java debugger is in general pretty slow and this get magnified when there is any kind of IO operation
involved.  If you step over a line that is involved in an IO operation (like a network or database call), you will
notice the debugger takes a long time to return though it does eventually return.

Please let me know if I can provide some kind of snap shot that would help you guys to look into this.
Comment 1 Martin Entlicher 2009-10-16 10:40:03 UTC
Yes, please, take some profiler snapshots during the stepping (it's an icon next to the memory meter).

Are you sure that the IO operations are slower under the debugger then when executed normally? Can you provide some
sample project or at least more concrete steps what your program does? Thanks.
Comment 2 Marian Mirilovic 2010-05-06 11:51:39 UTC
closing incomplete issues