Issue 3740 in pharo: Provide Settings to directly open the full Debugger View

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

Issue 3740 in pharo: Provide Settings to directly open the full Debugger View

pharo
Status: New
Owner: ----

New issue 3740 by [hidden email]: Provide Settings to directly open  
the full Debugger View
http://code.google.com/p/pharo/issues/detail?id=3740

Instead of only opening the small preview window which requires another  
interaction to get to the full debugger view, directly open the full  
debugger view.

Since this is triggered by a setting, the default behavior is unaffected.

Attachments:
        FullDebuggerSettings.2.cs  5.4 KB


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3740 in pharo: Provide Settings to directly open the full Debugger View

pharo
Updates:
        Status: Fixed
        Labels: Milestone-1.3

Comment #1 on issue 3740 by [hidden email]: Provide Settings to  
directly open the full Debugger View
http://code.google.com/p/pharo/issues/detail?id=3740

(No comment was entered for this change.)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3740 in pharo: Provide Settings to directly open the full Debugger View

pharo

Comment #2 on issue 3740 by [hidden email]: Provide Settings to  
directly open the full Debugger View
http://code.google.com/p/pharo/issues/detail?id=3740

Camillo

We integrated your setting in 13061. However we could not see its effect in  
action.
We tried with Command . (we got only full). We tried with class side self  
error: 'zork' and there we always get the preDebug window.
So could you update to 13061 and check it.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3740 in pharo: Provide Settings to directly open the full Debugger View

pharo

Comment #3 on issue 3740 by [hidden email]: Provide Settings to  
directly open the full Debugger View
http://code.google.com/p/pharo/issues/detail?id=3740

Yep you are right, I forgot to add the changes to the Debugger class.
The attached fileout contains the changed method.

Attachments:
        Debugger class-openOncontextlabelcontentsfullView.st  646 bytes


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3740 in pharo: Provide Settings to directly open the full Debugger View

pharo
Updates:
        Status: Closed

Comment #4 on issue 3740 by [hidden email]: Provide Settings to  
directly open the full Debugger View
http://code.google.com/p/pharo/issues/detail?id=3740

in 13063