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 175254 - [68cat] [debugger] Add capability to find classes by Class id
Summary: [68cat] [debugger] Add capability to find classes by Class id
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-23 06:25 UTC by esmithbss
Modified: 2011-01-28 20:13 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2009-10-23 06:25:44 UTC
[ BUILD # : 200910191401 ]
[ JDK VERSION : 1.6.* ]

The current exceptions for NoMethodError generate error messages like "undefined method 'xxxx' for #<Class:0x1c2e163>"

There needs to be a map or something similar such that a developer can click on the Class:0x1c2e163 and identify the
class generating the exception.