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 - [67cat] [debug] Step Over doesn't work.
Summary: [67cat] [debug] Step Over doesn't work.
Status: RESOLVED INCOMPLETE
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-05 17:52 UTC by esmithbss
Modified: 2010-04-13 12: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 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.