History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RUBY-1715
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Oleg Shpynov
Reporter: Roman Chernyatchik
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Ruby

Debugger: Doesn't show "Class" information for instances with "to_s" overridden

Created: 21 Aug 08 11:24   Updated: 15 Sep 08 12:41
Component/s: Run/Debug
Fix Version/s: 2.0 First EAP

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Debugger: Doesn't show "Class" information for instances with "to_s" overridden
E.g. for
class Foo
    @@boo = 5

    def to_s()
        "Hello!"
    end
end

debugger should show

f = {Foo} "Hello!"

instead of

f = Hello!


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.