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 176569 - Step Into/In/Over do not work
Summary: Step Into/In/Over do not work
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-11 09:59 UTC by Andrei Chistiakov
Modified: 2009-11-16 07:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
sample project (8.56 KB, application/zip)
2009-11-11 10:00 UTC, Andrei Chistiakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Chistiakov 2009-11-11 09:59:19 UTC
Product Version: NetBeans IDE Dev (Build 200911091156)
Java: 1.6.0_16; Java HotSpot(TM) Client VM 14.2-b01
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

To reproduce:
- open attached project
- in Main.fx set breakpoints at lines 18 and 21
- debug the project
- when debugger hits line 21, press Step Into or Step Over. Execution finishes without stopping
- debug the project once again
- when debugger hits line 21, press Continue
- when debugger hits line 18, press Step Out. Execution finishes without stopping
Comment 1 Andrei Chistiakov 2009-11-11 10:00:20 UTC
Created attachment 90832 [details]
sample project
Comment 2 Lukas Hasik 2009-11-12 09:03:11 UTC
reassigning to Martin. The project sources are not propagated to running debugger.
Comment 3 Martin Entlicher 2009-11-12 10:14:16 UTC
Most likely this is caused by a bug in interpretation of the sourcepath element in the ANT build script.
This should be fixed by http://hg.netbeans.org/main/rev/e40ff48d304d

Please verify when we'll have a next build.
Comment 4 Andrei Chistiakov 2009-11-16 07:49:27 UTC
Verified with NetBeans IDE Dev (Build 200911160201)