Issue 4764 in pharo: New way to display Debbuger

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

Issue 4764 in pharo: New way to display Debbuger

pharo
Status: FixProposed
Owner: [hidden email]

New issue 4764 by [hidden email]: New way to display Debbuger
http://code.google.com/p/pharo/issues/detail?id=4764

And senders/implementors

now Classes and selectors are tabbed :)

  Issue 4763 have to be integrated before

Attachments:
        PluggableMultiColumnListUpdate.2.cs  4.1 KB


_______________________________________________
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 4764 in pharo: New way to display Debbuger

pharo

Comment #1 on issue 4764 by [hidden email]: New way to display  
Debbuger
http://code.google.com/p/pharo/issues/detail?id=4764

(No comment was entered for this change.)

Attachments:
        PluggableMultiColumnListUpdate.3.cs  4.4 KB


_______________________________________________
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 4764 in pharo: New way to display Debbuger

pharo

Comment #2 on issue 4764 by [hidden email]: New way to display  
Debbuger
http://code.google.com/p/pharo/issues/detail?id=4764

A little fix to speed up the implementors senders

Attachments:
        FixForFlatMessageList.1.cs  3.4 KB


_______________________________________________
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 4764 in pharo: New way to display Debbuger

pharo
Updates:
        Labels: Milestone-1.4

Comment #3 on issue 4764 by [hidden email]: New way to display  
Debbuger
http://code.google.com/p/pharo/issues/detail?id=4764

Do you have a screenshot? because I want to see it :)


_______________________________________________
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 4764 in pharo: New way to display Debbuger

pharo

Comment #4 on issue 4764 by [hidden email]: New way to display  
Debbuger
http://code.google.com/p/pharo/issues/detail?id=4764

a new cs in addition of other to improve the way multiColumnList are  
rendered (the gap size is not harcoded anymore ;))
I also re-introduce the hScrollbar

In addition, a screenshot ;)

Attachments:
        ImproveMultiColumnList.2.cs  10.5 KB
        Screen shot 2011-09-07 at 4.56.06 PM.png  118 KB


_______________________________________________
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 4764 in pharo: New way to display Debbuger

pharo

Comment #5 on issue 4764 by [hidden email]: New way to display  
Debbuger
http://code.google.com/p/pharo/issues/detail?id=4764

the mailing list has reacted positive to this change => ready to integrate


_______________________________________________
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 4764 in pharo: New way to display Debbuger

pharo
Updates:
        Labels: Type-Feature

Comment #6 on issue 4764 by [hidden email]: New way to display  
Debbuger
http://code.google.com/p/pharo/issues/detail?id=4764

(No comment was entered for this change.)


_______________________________________________
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 4764 in pharo: New way to display Debbuger

pharo
Updates:
        Status: MonkeyIsChecking

Comment #7 on issue 4764 by [hidden email]: New way to display  
Debbuger
http://code.google.com/p/pharo/issues/detail?id=4764#c7

The Monkey is currently checking this issue. Please don't change it!


_______________________________________________
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 4764 in pharo: New way to display Debbuger

pharo
Updates:
        Status: ReviewNeeded

Comment #8 on issue 4764 by [hidden email]: New way to display  
Debbuger
http://code.google.com/p/pharo/issues/detail?id=4764#c8

This Issue has been marked for review by Ulysse the Monkey:

Monkey went bananas:
--------------------
Error while loading "PluggableMultiColumnListUpdate.3.cs" from Comment #1:
        MessageNotUnderstood: RGMethodDefinition>>first
  1: RGMethodDefinition(Object)>>doesNotUnderstand: #first
  2: [:any | any first realClass = ann oldItem methodClass
                        and: [any third = ann oldItem selector]] in  
FlatMessageListBrowser>>methodModified:
  3: [:each |
        (aBlock value: each)
                        ifTrue: [^ each].
                nil] in SortedCollection(Collection)>>detect:ifNone:
  4: SortedCollection(OrderedCollection)>>do:
  5: SortedCollection(Collection)>>detect:ifNone:
  6: FlatMessageListBrowser>>methodModified:
  7: FlatMessageListBrowser>>methodEvent:
  8: WeakMessageSend>>valueWithArguments:
  9: [answer := each valueWithArguments: anArray] in  
WeakActionSequenceTrappingErrors>>valueWithArguments:startingFrom:
10: BlockClosure>>on:do:
        ...

--------------------
Error while loading "FixForFlatMessageList.1.cs" from Comment #2:
        MessageNotUnderstood: RGMethodDefinition>>first
  1: RGMethodDefinition(Object)>>doesNotUnderstand: #first
  2: [:any | any first realClass = ann oldItem methodClass
                        and: [any third = ann oldItem selector]] in  
FlatMessageListBrowser>>methodModified:
  3: [:each |
        (aBlock value: each)
                        ifTrue: [^ each].
                nil] in SortedCollection(Collection)>>detect:ifNone:
  4: SortedCollection(OrderedCollection)>>do:
  5: SortedCollection(Collection)>>detect:ifNone:
  6: FlatMessageListBrowser>>methodModified:
  7: FlatMessageListBrowser>>methodEvent:
  8: WeakMessageSend>>valueWithArguments:
  9: [answer := each valueWithArguments: anArray] in  
WeakActionSequenceTrappingErrors>>valueWithArguments:startingFrom:
10: BlockClosure>>on:do:
        ...

--------------------
Error while loading "ImproveMultiColumnList.2.cs" from Comment #4:
        MessageNotUnderstood: RGMethodDefinition>>first
  1: RGMethodDefinition(Object)>>doesNotUnderstand: #first
  2: [:any | any first realClass = ann oldItem methodClass
                        and: [any third = ann oldItem selector]] in  
FlatMessageListBrowser>>methodModified:
  3: [:each |
        (aBlock value: each)
                        ifTrue: [^ each].
                nil] in SortedCollection(Collection)>>detect:ifNone:
  4: SortedCollection(OrderedCollection)>>do:
  5: SortedCollection(Collection)>>detect:ifNone:
  6: FlatMessageListBrowser>>methodModified:
  7: FlatMessageListBrowser>>methodEvent:
  8: WeakMessageSend>>valueWithArguments:
  9: [answer := each valueWithArguments: anArray] in  
WeakActionSequenceTrappingErrors>>valueWithArguments:startingFrom:
10: BlockClosure>>on:do:
        ...
----------------------------------------------------------
Tested using Pharo-1.4-14160-a on Croquet Closure Stack VM  
[StackInterpreter VMMaker-oscog-EstebanLorenzano.109] 21.0


_______________________________________________
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 4764 in pharo: New way to display Debbuger

pharo
Updates:
        Status: MonkeyIsChecking

Comment #9 on issue 4764 by [hidden email]: New way to display  
Debbuger
http://code.google.com/p/pharo/issues/detail?id=4764#c9

The Monkey is currently checking this issue. Please don't change it!


_______________________________________________
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 4764 in pharo: New way to display Debbuger

pharo
Updates:
        Status: ReviewNeeded

Comment #10 on issue 4764 by [hidden email]: New way to display  
Debbuger
http://code.google.com/p/pharo/issues/detail?id=4764#c10

This Issue has been marked for review by Ulysse the Monkey:

Monkey went bananas:
--------------------
Error while loading "PluggableMultiColumnListUpdate.3.cs" from Comment #1:
        MessageNotUnderstood: RGMethodDefinition>>first
  1: RGMethodDefinition(Object)>>doesNotUnderstand: #first
  2: [:any | any first realClass = ann oldItem methodClass
                        and: [any third = ann oldItem selector]] in  
FlatMessageListBrowser>>methodModified:
  3: [:each |
        (aBlock value: each)
                        ifTrue: [^ each].
                nil] in SortedCollection(Collection)>>detect:ifNone:
  4: SortedCollection(OrderedCollection)>>do:
  5: SortedCollection(Collection)>>detect:ifNone:
  6: FlatMessageListBrowser>>methodModified:
  7: FlatMessageListBrowser>>methodEvent:
  8: WeakMessageSend>>valueWithArguments:
  9: [answer := each valueWithArguments: anArray] in  
WeakActionSequenceTrappingErrors>>valueWithArguments:startingFrom:
10: BlockClosure>>on:do:
        ...

--------------------
Error while loading "FixForFlatMessageList.1.cs" from Comment #2:
        MessageNotUnderstood: RGMethodDefinition>>first
  1: RGMethodDefinition(Object)>>doesNotUnderstand: #first
  2: [:any | any first realClass = ann oldItem methodClass
                        and: [any third = ann oldItem selector]] in  
FlatMessageListBrowser>>methodModified:
  3: [:each |
        (aBlock value: each)
                        ifTrue: [^ each].
                nil] in SortedCollection(Collection)>>detect:ifNone:
  4: SortedCollection(OrderedCollection)>>do:
  5: SortedCollection(Collection)>>detect:ifNone:
  6: FlatMessageListBrowser>>methodModified:
  7: FlatMessageListBrowser>>methodEvent:
  8: WeakMessageSend>>valueWithArguments:
  9: [answer := each valueWithArguments: anArray] in  
WeakActionSequenceTrappingErrors>>valueWithArguments:startingFrom:
10: BlockClosure>>on:do:
        ...

--------------------
Error while loading "ImproveMultiColumnList.2.cs" from Comment #4:
        MessageNotUnderstood: RGMethodDefinition>>first
  1: RGMethodDefinition(Object)>>doesNotUnderstand: #first
  2: [:any | any first realClass = ann oldItem methodClass
                        and: [any third = ann oldItem selector]] in  
FlatMessageListBrowser>>methodModified:
  3: [:each |
        (aBlock value: each)
                        ifTrue: [^ each].
                nil] in SortedCollection(Collection)>>detect:ifNone:
  4: SortedCollection(OrderedCollection)>>do:
  5: SortedCollection(Collection)>>detect:ifNone:
  6: FlatMessageListBrowser>>methodModified:
  7: FlatMessageListBrowser>>methodEvent:
  8: WeakMessageSend>>valueWithArguments:
  9: [answer := each valueWithArguments: anArray] in  
WeakActionSequenceTrappingErrors>>valueWithArguments:startingFrom:
10: BlockClosure>>on:do:
        ...
----------------------------------------------------------
Tested using Pharo-1.4-14160-a on Croquet Closure Stack VM  
[StackInterpreter VMMaker-oscog-EstebanLorenzano.109] 21.0


_______________________________________________
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 4764 in pharo: New way to display Debbuger

pharo
Updates:
        Status: MonkeyIsChecking

Comment #11 on issue 4764 by [hidden email]: New way to display  
Debbuger
http://code.google.com/p/pharo/issues/detail?id=4764#c11

The Monkey is currently checking this issue. Please don't change it!


_______________________________________________
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 4764 in pharo: New way to display Debbuger

pharo

Comment #12 on issue 4764 by [hidden email]: New way to display  
Debbuger
http://code.google.com/p/pharo/issues/detail?id=4764#c12

The Monkey is currently checking this issue. Please don't change it!


_______________________________________________
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 4764 in pharo: New way to display Debbuger

pharo
Updates:
        Status: FixToInclude

Comment #13 on issue 4764 by [hidden email]: New way to display  
Debbuger
http://code.google.com/p/pharo/issues/detail?id=4764#c13

This Issue has been checked by Ulysse the Monkey
       
        KernelTests-Chronology (574)
        KernelTests-Classes (59)
        KernelTests-Exception (2)
        KernelTests-Methods (177)
        KernelTests-Numbers (232)
        KernelTests-Objects (85)
        KernelTests-Pragmas (3)
        KernelTests-Processes (22)
        MorphicTests-Basic (16)
        MorphicTests-Kernel (8)
        MorphicTests-Text Support (14)
        MorphicTests-Widgets (2)
        MorphicTests-WindowNotification (8)
        ToolsTest-Base (2)
        ToolsTest-Debugger (10)
        ToolsTest-Inspector (1)
        ToolsTest-MessageTally (5)
        ToolsTest-PointerFinder (3)

----------------------------------------------------------
Loaded Source:
        "FixForFlatMessageList.1.cs" from Comment #2
        "PluggableMultiColumnListUpdate.3.cs" from Comment #1
        "ImproveMultiColumnList.2.cs" from Comment #4
Tested using Pharo-1.4-14160-a on Croquet Closure Stack VM  
[StackInterpreter VMMaker-oscog-EstebanLorenzano.109] 21.0


_______________________________________________
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 4764 in pharo: New way to display Debbuger

pharo

Comment #14 on issue 4764 by [hidden email]: New way to display  
Debbuger
http://code.google.com/p/pharo/issues/detail?id=4764

The loaded source is really great!!!!


_______________________________________________
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 4764 in pharo: New way to display Debbuger

pharo
Updates:
        Status: Started

Comment #15 on issue 4764 by [hidden email]: New way to display  
Debbuger
http://code.google.com/p/pharo/issues/detail?id=4764

After filing in the three change sets, "senders of" does not work anymore  
(DNU).
In addition, the debugger only seems to show 3 contexts, nothing more.


_______________________________________________
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 4764 in pharo: New way to display Debbuger

pharo
Updates:
        Status: FixProposed

Comment #16 on issue 4764 by [hidden email]: New way to display  
Debbuger
http://code.google.com/p/pharo/issues/detail?id=4764

Maybe it is because the fix has been proposed (and checked) 70 versions  
ago ...

But since I like to do again and again the same work, here comes a slice ...

Really good image for the community...



Name: SLICE-Issue-4764-New-way-to-display-Debbuger-BenjaminVanRyseghem.2


_______________________________________________
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 4764 in pharo: New way to display Debbuger

pharo

Comment #17 on issue 4764 by [hidden email]: New way to display Debbuger
http://code.google.com/p/pharo/issues/detail?id=4764

Ok don;t complain we will do it.

Stef


_______________________________________________
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 4764 in pharo: New way to display Debbuger

pharo

Comment #18 on issue 4764 by [hidden email]: New way to display Debbuger
http://code.google.com/p/pharo/issues/detail?id=4764

in 14194


_______________________________________________
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 4764 in pharo: New way to display Debbuger

pharo
Updates:
        Status: closed

Comment #19 on issue 4764 by [hidden email]: New way to display Debbuger
http://code.google.com/p/pharo/issues/detail?id=4764

(No comment was entered for this change.)


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