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 99147 - [DEBUGGER] Call stack window minor issues
Summary: [DEBUGGER] Call stack window minor issues
Status: VERIFIED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-27 15:34 UTC by Tomas Danek
Modified: 2007-09-14 13:05 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-03-27 15:34:27 UTC
NetBeans IDE Dev (Build 070327)
1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b99
Windows XP version 5.1 running on x86
en_US (nb); Cp1252
-------------------------------
start some debugging session, wait for a stop at breakpoint, goto Call stack window:

1) invoke from popup in this window Change visible columns. There's a disabled
checkbox Root: null. It would be nice to set it as "Name: Name of stack frame"
(from java debugger)

2) Location column shows too much info (again compared with java debugger), it
should display name of script. In final state would be nice if first column
shows name of script:line + also class and method.
Comment 1 Martin Krauskopf 2007-06-28 13:56:58 UTC
I've fixed the column's name. The names of class and methods are not yet supported by the backends. Might be filed as
seperate RFE.

debugger/src/org/netbeans/modules/ruby/debugger/model/CallStackModel.java;
new revision: 1.6; previous revision: 1.5
debugger/src/org/netbeans/modules/ruby/debugger/model/Bundle.properties;
initial revision: 1.1
Comment 2 Jiri Kovalsky 2007-07-03 14:11:23 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 3 Jiri Kovalsky 2007-07-03 14:42:36 UTC
Changing target milestone of all resolved Ruby issues from TBD to 6.0 Beta 1 build.
Comment 4 Tomas Danek 2007-09-14 13:05:56 UTC
fine, thanks. Verified.