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 193300 - Breakpoints do not work 'inside' a require/load
Summary: Breakpoints do not work 'inside' a require/load
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-12 18:12 UTC by wvdbos
Modified: 2011-01-28 20:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
simple project explaining the problem (1.92 KB, application/x-zip-compressed)
2010-12-12 18:12 UTC, wvdbos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wvdbos 2010-12-12 18:12:17 UTC
Created attachment 103989 [details]
simple project explaining the problem

I made 2 simple sources one (newmain.rb) requiring the other (File2.rb).
Setting a breakpoint in newmain.rb will break at the line. Stepping into the require will eventually get you into File2.rb.
I then did put a breakpoint in File2.rb and started the debug session again.
The first breakpoint did stop, the second did not..
Comment 1 wvdbos 2010-12-29 10:28:49 UTC
The project was in the next directory.
d:\nb\delf\NetBeans\RubyProject2
I was doing a similar thing in another directory
c:\projects\delft\NetBeans
And debugging was possible !?