Hi guys,
I am trying to use GTDebugger in Pharo 4.0 but I find it complicated using it with DarkTheme set. It looks like if GTDebugger would not take into account some theme settings? I tried in 4.0 and 5.0. Look at the attached screenshot. The complicated part is the left pane, where the stack is. As you can see, the font is too dark for such a dark background. Also..should GTDebugger work in Pharo 4.0? If true, which version? Screen Shot 2015-12-02 at 12.31.16 PM.png (243K) Download Attachment |
I fixed it. The latest version should work. Cheers, Andrei On Wed, Dec 2, 2015 at 4:41 PM, Mariano Martinez Peck <[hidden email]> wrote:
|
That's super cool! But I have a couple of questions: 1) How can I load (exactly) latest working GT (including GT Debugger) for a fresh Pharo 4.0? I need to include this DarkTheme fix and ideally your latest changes to the test runner debugger to see the diff :) Of course, I could use #bleedingEdge but I wonder if at some point that breaks because you assume XXX version work only in Pharo 5.0. 2) Is there a way I can set the GTDebugger as the default debugger and avoid having to click on "Debug Glamorously" ? Sorry to bother in using 4.0 but sometimes when you work in a team, not everybody have the time to move to the bleeding edge of Pharo. I try to keep my client team all working with latest stable release (4.0 in this case). Thanks in advance, On Wed, Dec 2, 2015 at 12:54 PM, Andrei Chis <[hidden email]> wrote:
|
On Wed, Dec 2, 2015 at 5:02 PM, Mariano Martinez Peck <[hidden email]> wrote:
I tried loading the latest version of all GTools in Pharo 4 and the image hangs. Luckily if you want you can only load GTDebugger and that should work.
I can make a version of GTDebugger+SUnit extensions that works in pharo 4. Just that version would not get updated any more.
GTGenericStackDebugger register.
No problem. I just hope we can get it to work easily as things changed quite a bit. Cheers, Andrei
|
On Wed, Dec 2, 2015 at 1:17 PM, Andrei Chis <[hidden email]> wrote:
I guess the very last version, correct?
That would be awesome :)
Thanks.
I know. So if at least I am able to use GTDebugger + SUnitExtentions in 4.0 that's enough for me for the moment :) I have no problem loading specific package versions, no problem on loading slices if needed, etc. I just need to know what to load hahaha
|
On Wed, Dec 2, 2015 at 5:34 PM, Mariano Martinez Peck <[hidden email]> wrote:
Yes, the latest version.
|
Hi Andrei, Thanks, it worked. Now, let me ask something else. I do like the #enableStackColoring: feature. And so if that would work with DarkTheme that would be nice. It seems the colors are hardcoded in #textAttributesForStackEntry: right? So if we would want that to be Theme dependent we would have to move that into Theme settings? Just as a temporal fix I made an override of that method with colors that would work more or less with DarkTheme. Thanks! On Wed, Dec 2, 2015 at 1:44 PM, Andrei Chis <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |