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 121373 - Step out on top level locks debugger
Summary: Step out on top level locks debugger
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-07 14:53 UTC by Tomas Danek
Modified: 2008-03-27 08:02 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 Tomas Danek 2007-11-07 14:53:16 UTC
Product Version: NetBeans IDE Dev (Build 071105)
Java: 1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b06
System: Linux version 2.6.20-16-generic running on i386; UTF-8; en_US (nb)
Userdir: /tmp/ud
------------------
ruby + fast debugger, easy to reproduce

- have e.g.

puts "Hello World"
puts "Hello World"

- put BP on first line
- run debugger
- invoke step out..nothing happens
- now you are unable to move program counter neither by F8, F5, ...
Comment 1 Martin Krauskopf 2007-11-07 14:58:25 UTC
Ups. Good catch, thanks.
Comment 2 Martin Krauskopf 2008-03-26 13:09:56 UTC
Fixed: 67575f8a9e48

Now the informational message "'Step Out' is not meaningful in the outermost frame." in the status bar appears when you
try it.
Comment 3 Martin Krauskopf 2008-03-27 08:02:00 UTC
I've tuned it up, so the action is now appropriately disabled: a2c43a039563