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 190337 - Stepping through a program is very slow
Summary: Stepping through a program is very slow
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-09-13 14:26 UTC by Egor Ushakov
Modified: 2012-06-08 07:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
snapshot (157.11 KB, application/octet-stream)
2010-09-13 14:26 UTC, Egor Ushakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2010-09-13 14:26:48 UTC
Created attachment 101999 [details]
snapshot

Attached snapshot of ~30 seconds delay until current position was updated
Comment 1 Martin Entlicher 2010-09-13 15:01:42 UTC
StepIntoActionProvider is waiting for the Java parser.
The parser seems to be busy by RepositoryUpdater, which is scanning files. Unfortunately during scanning of files the parser does not provide any data.

This can not be fixed in debugger.

Moving to Java for evaluation - IMHO this is an annoying characteristic of the parser - the parser data are inaccessible during update. I'd expect that as soon as the initial scan is done, the data should be always accessible.
Comment 2 Jan Lahoda 2012-06-08 07:02:09 UTC
As of NetBeans 7.2, scanning runs on background.