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

Summary: [68cat] [debugger] Add capability to find classes by Class id
Product: ruby Reporter: esmithbss <esmithbss>
Component: CodeAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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.