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 164525

Summary: [67cat] [debug] Step Over doesn't work.
Product: ruby Reporter: esmithbss <esmithbss>
Component: DebuggerAssignee: Erno Mononen <emononen>
Status: RESOLVED INCOMPLETE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description esmithbss 2009-05-05 17:52:44 UTC
[ BUILD # : 200905031401 ]
[ JDK VERSION : 1.6.* ]

When I click on the Step Over button I want to Step over all
underlying calls unless I have placed a breakpoint in my underlying
code.  At present, when i click on Step Over, I step into the
underlying system.  Typically to the "method_missing" call which
searches for the method I am calling.
Comment 1 Erno Mononen 2010-04-13 12:51:38 UTC
Can you please provide a minimalistic example where this doesn't work? Or if not possible, at least the IDE log file with detailed logging for the debugger enabled - thanks.