Issue 5054 in pharo: Debugger problem

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 5054 in pharo: Debugger problem

pharo
Status: Accepted
Owner: [hidden email]
CC: [hidden email],  [hidden email]
Labels: Milestone-1.4 Importance-High

New issue 5054 by [hidden email]: Debugger problem
http://code.google.com/p/pharo/issues/detail?id=5054

In a workspace, type this and debug it:
    Stream basicNew printString.

Step over basicNBew.
Step into printString.
Step into printStringLimitedTo: 50000
Step into streamContents: [:s | self printOn: s] limitedTo: limit
Step over 100 min: sizeLimit
Step over self new: (100 min: sizeLimit)
--> error: the debugger tries to execute (String new: String)

I also note that all class methods in stack window left column are
miss-printed - like 'Block in class)'    new:

This description is to identify a problem related to the debugger.
So this is based on the fact that
Stream basicNew printString does not work

So

printOn: stream

        super printOn: stream.
        stream space.
        self contents printOn: stream.





_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5054 in pharo: Debugger problem

pharo

Comment #1 on issue 5054 by [hidden email]: Debugger problem
http://code.google.com/p/pharo/issues/detail?id=5054

keep in mind that the Stream basicNew printing problem is already solved in  
14243


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5054 in pharo: Debugger problem

pharo

Comment #2 on issue 5054 by [hidden email]: Debugger problem
http://code.google.com/p/pharo/issues/detail?id=5054

Yes this is why I added the method that shows the bug.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5054 in pharo: Debugger problem

pharo

Comment #3 on issue 5054 by [hidden email]: Debugger problem
http://code.google.com/p/pharo/issues/detail?id=5054

I think the debugger problems are because of Issue 4998. I will revert that.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5054 in pharo: Debugger problem

pharo
Updates:
        Status: Closed

Comment #4 on issue 5054 by [hidden email]: Debugger problem
http://code.google.com/p/pharo/issues/detail?id=5054

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker