Issue 4536 in pharo: Filter out "kernel" message sends in the debugger

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

Issue 4536 in pharo: Filter out "kernel" message sends in the debugger

pharo
Status: New
Owner: ----

New issue 4536 by [hidden email]: Filter out "kernel" message sends  
in the debugger
http://code.google.com/p/pharo/issues/detail?id=4536

most of the time it makes more sense to not show "internal" message sends,  
like #ifTrue:ifFalse: or message sends to blocks or common data structures  
like dictionaries or arrays.

of course this should only be enabled with a settings switch in order to  
still be able to debug core datastructures


_______________________________________________
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 4536 in pharo: Filter out "kernel" message sends in the debugger

pharo
Updates:
        Status: Closed
        Labels: Milestone-1.4

Comment #1 on issue 4536 by [hidden email]: Filter out "kernel"  
message sends in the debugger
http://code.google.com/p/pharo/issues/detail?id=4536

ok would be nice to have real setting in the setting browser.

in 14055


_______________________________________________
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 4536 in pharo: Filter out "kernel" message sends in the debugger

pharo

Comment #2 on issue 4536 by [hidden email]: Filter out "kernel"  
message sends in the debugger
http://code.google.com/p/pharo/issues/detail?id=4536

I forgot to add System-Tools to the Slice... now it contains a proper  
SystemSetting
SLICE-Issue-4536--Filter-out-kernel-message-sends-in-the-debugger-CamilloBruni.3



_______________________________________________
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 4536 in pharo: Filter out "kernel" message sends in the debugger

pharo
Updates:
        Status: MonkeyIsChecking

Comment #3 on issue 4536 by [hidden email]: Filter out "kernel"  
message sends in the debugger
http://code.google.com/p/pharo/issues/detail?id=4536#c3

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 4536 in pharo: Filter out "kernel" message sends in the debugger

pharo
Updates:
        Status: ReviewNeeded

Comment #4 on issue 4536 by [hidden email]: Filter out "kernel"  
message sends in the debugger
http://code.google.com/p/pharo/issues/detail?id=4536#c4

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

Monkey went bananas:
--------------------
Error while loading  
SLICE-Issue-4536--Filter-out-kernel-message-sends-in-the-debugger-CamilloBruni.3  
from http://ss3.gemstone.com/ss/PharoInbox:
         
FileDoesNotExistException: '/Users/cami-data/education/phd/projects/pharo/Monkey4536/package-cache/Tools-CamilloBruni.634.mcz'
  1: MultiByteFileStream class(StandardFileStream class)>>readOnlyFileNamed:
  2: FileStream class>>readOnlyFileNamed:
  3: MCCacheRepository(MCDirectoryRepository)>>readStreamForFileNamed:do:
  4: MCCacheRepository(MCFileBasedRepository)>>versionReaderForFileNamed:do:
  5: MCCacheRepository(MCFileBasedRepository)>>loadVersionFromFileNamed:
  6: MCCacheRepository(MCFileBasedRepository)>>goferVersionFrom:
  7: GoferResolvedReference>>version
  8: GoferLoad>>addResolved:
  9: [:dependency | self
                        addResolved: (GoferResolvedReference name: dependency versionInfo name  
repository: aResolvedReference repository)] in GoferLoad>>addResolved:
10: Array(SequenceableCollection)>>do:
        ...
----------------------------------------------------------
Loaded Source:  
SLICE-Issue-4536--Filter-out-kernel-message-sends-in-the-debugger-CamilloBruni.3  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-1.4-14232-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 4536 in pharo: Filter out "kernel" message sends in the debugger

pharo
Updates:
        Labels: Type-Feature

Comment #5 on issue 4536 by [hidden email]: Filter out "kernel"  
message sends in the debugger
http://code.google.com/p/pharo/issues/detail?id=4536

(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 4536 in pharo: Filter out "kernel" message sends in the debugger

pharo
Updates:
        Status: FixReviewNeeded

Comment #6 on issue 4536 by [hidden email]: Filter out "kernel"  
message sends in the debugger
http://code.google.com/p/pharo/issues/detail?id=4536

(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 4536 in pharo: Filter out "kernel" message sends in the debugger

pharo
Updates:
        Status: MonkeyIsChecking

Comment #7 on issue 4536 by [hidden email]: Filter out "kernel"  
message sends in the debugger
http://code.google.com/p/pharo/issues/detail?id=4536#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 4536 in pharo: Filter out "kernel" message sends in the debugger

pharo
Updates:
        Status: ReviewNeeded

Comment #8 on issue 4536 by [hidden email]: Filter out "kernel"  
message sends in the debugger
http://code.google.com/p/pharo/issues/detail?id=4536#c8

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

Monkey went bananas:
--------------------
Error while loading  
SLICE-Issue-4536--Filter-out-kernel-message-sends-in-the-debugger-CamilloBruni.4  
from http://ss3.gemstone.com/ss/PharoInbox:
         
FileDoesNotExistException: '/Users/cami-data/education/phd/projects/pharo/Monkey4536/package-cache/Settings-Tools-CamilloBruni.38.mcz'
  1: MultiByteFileStream class(StandardFileStream class)>>readOnlyFileNamed:
  2: FileStream class>>readOnlyFileNamed:
  3: MCCacheRepository(MCDirectoryRepository)>>readStreamForFileNamed:do:
  4: MCCacheRepository(MCFileBasedRepository)>>versionReaderForFileNamed:do:
  5: MCCacheRepository(MCFileBasedRepository)>>loadVersionFromFileNamed:
  6: MCCacheRepository(MCFileBasedRepository)>>goferVersionFrom:
  7: GoferResolvedReference>>version
  8: GoferLoad>>addResolved:
  9: [:dependency | self
                        addResolved: (GoferResolvedReference name: dependency versionInfo name  
repository: aResolvedReference repository)] in GoferLoad>>addResolved:
10: Array(SequenceableCollection)>>do:
        ...
----------------------------------------------------------
Loaded Source:  
SLICE-Issue-4536--Filter-out-kernel-message-sends-in-the-debugger-CamilloBruni.4  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-1.4-14256-a on StackInterpreter  
VMMaker-oscog-EstebanLorenzano.109 uuid:  
d5000300-0cf5-581f-1100-0000b8f4581f Aug  8 2011, nil, nil


_______________________________________________
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 4536 in pharo: Filter out "kernel" message sends in the debugger

pharo
Updates:
        Status: MonkeyIsChecking

Comment #9 on issue 4536 by [hidden email]: Filter out "kernel"  
message sends in the debugger
http://code.google.com/p/pharo/issues/detail?id=4536#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 4536 in pharo: Filter out "kernel" message sends in the debugger

pharo
Updates:
        Status: ReviewNeeded

Comment #10 on issue 4536 by [hidden email]: Filter out "kernel"  
message sends in the debugger
http://code.google.com/p/pharo/issues/detail?id=4536#c10

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

Monkey went bananas:
--------------------
Error while loading  
SLICE-Issue-4536--Filter-out-kernel-message-sends-in-the-debugger-CamilloBruni.4  
from http://ss3.gemstone.com/ss/PharoInbox:
         
FileDoesNotExistException: '/Users/cami-data/education/phd/projects/pharo/Monkey4536/package-cache/Settings-Tools-CamilloBruni.38.mcz'
  1: MultiByteFileStream class(StandardFileStream class)>>readOnlyFileNamed:
  2: FileStream class>>readOnlyFileNamed:
  3: MCCacheRepository(MCDirectoryRepository)>>readStreamForFileNamed:do:
  4: MCCacheRepository(MCFileBasedRepository)>>versionReaderForFileNamed:do:
  5: MCCacheRepository(MCFileBasedRepository)>>loadVersionFromFileNamed:
  6: MCCacheRepository(MCFileBasedRepository)>>goferVersionFrom:
  7: GoferResolvedReference>>version
  8: GoferLoad>>addResolved:
  9: [:dependency | self
                        addResolved: (GoferResolvedReference name: dependency versionInfo name  
repository: aResolvedReference repository)] in GoferLoad>>addResolved:
10: Array(SequenceableCollection)>>do:
        ...
----------------------------------------------------------
Loaded Source:  
SLICE-Issue-4536--Filter-out-kernel-message-sends-in-the-debugger-CamilloBruni.4  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-1.4-14256-a on StackInterpreter  
VMMaker-oscog-EstebanLorenzano.109 uuid:  
d5000300-0cf5-581f-1100-0000b8f4581f Aug  8 2011, nil, nil


_______________________________________________
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 4536 in pharo: Filter out "kernel" message sends in the debugger

pharo
Updates:
        Status: MonkeyIsChecking

Comment #11 on issue 4536 by [hidden email]: Filter out "kernel"  
message sends in the debugger
http://code.google.com/p/pharo/issues/detail?id=4536#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 4536 in pharo: Filter out "kernel" message sends in the debugger

pharo
Updates:
        Status: ReviewNeeded

Comment #12 on issue 4536 by [hidden email]: Filter out "kernel"  
message sends in the debugger
http://code.google.com/p/pharo/issues/detail?id=4536#c12

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

Monkey went bananas:
--------------------
Error while loading  
SLICE-Issue-4536--Filter-out-kernel-message-sends-in-the-debugger-CamilloBruni.4  
from http://ss3.gemstone.com/ss/PharoInbox:
         
FileDoesNotExistException: '/Users/cami-data/education/phd/projects/pharo/Monkey4536/package-cache/Settings-Tools-CamilloBruni.38.mcz'
  1: MultiByteFileStream class(StandardFileStream class)>>readOnlyFileNamed:
  2: FileStream class>>readOnlyFileNamed:
  3: MCCacheRepository(MCDirectoryRepository)>>readStreamForFileNamed:do:
  4: MCCacheRepository(MCFileBasedRepository)>>versionReaderForFileNamed:do:
  5: MCCacheRepository(MCFileBasedRepository)>>loadVersionFromFileNamed:
  6: MCCacheRepository(MCFileBasedRepository)>>goferVersionFrom:
  7: GoferResolvedReference>>version
  8: GoferLoad>>addResolved:
  9: [:dependency | self
                        addResolved: (GoferResolvedReference name: dependency versionInfo name  
repository: aResolvedReference repository)] in GoferLoad>>addResolved:
10: Array(SequenceableCollection)>>do:
        ...
----------------------------------------------------------
Loaded Source:  
SLICE-Issue-4536--Filter-out-kernel-message-sends-in-the-debugger-CamilloBruni.4  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-1.4-14256-a on StackInterpreter  
VMMaker-oscog-EstebanLorenzano.109 uuid:  
d5000300-0cf5-581f-1100-0000b8f4581f Aug  8 2011, nil, nil


_______________________________________________
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 4536 in pharo: Filter out "kernel" message sends in the debugger

pharo
Updates:
        Status: MonkeyIsChecking

Comment #13 on issue 4536 by [hidden email]: Filter out "kernel"  
message sends in the debugger
http://code.google.com/p/pharo/issues/detail?id=4536#c13

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 4536 in pharo: Filter out "kernel" message sends in the debugger

pharo
Updates:
        Status: FixToInclude

Comment #14 on issue 4536 by [hidden email]: Filter out "kernel"  
message sends in the debugger
http://code.google.com/p/pharo/issues/detail?id=4536#c14

This Issue has been checked by Ulysse the Monkey
       
6232 tests passed in 00:01:02s:
===============================
        CollectionsTests-Arrayed (560)
        CollectionsTests-Atomic (12)
        CollectionsTests-Sequenceable (909)
        CollectionsTests-SplitJoin (27)
        CollectionsTests-Stack (16)
        CollectionsTests-Streams (37)
        CollectionsTests-Strings (589)
        CollectionsTests-Support (12)
        CollectionsTests-Text (40)
        CollectionsTests-Unordered (1970)
        CollectionsTests-Weak (747)
        CompilerTests (28)
        KernelTests-Chronology (575)
        KernelTests-Classes (61)
        KernelTests-Exception (2)
        KernelTests-Methods (168)
        KernelTests-Numbers (260)
        KernelTests-Objects (85)
        KernelTests-Pragmas (3)
        KernelTests-Processes (19)
        SUnit-Core-Extensions (3)
        SUnit-Core-Utilities (3)
        SUnit-Tests-Core (77)
        ToolsTest-Base (2)
        ToolsTest-Debugger (10)
        ToolsTest-Finder (8)
        ToolsTest-Inspector (1)
        ToolsTest-MessageTally (5)
        ToolsTest-PointerFinder (3)

----------------------------------------------------------
Loaded Source:  
SLICE-Issue-4536--Filter-out-kernel-message-sends-in-the-debugger-CamilloBruni.4  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-1.4-14256-a on StackInterpreter  
VMMaker-oscog-EstebanLorenzano.109 uuid:  
d5000300-0cf5-581f-1100-0000b8f4581f Aug  8 2011, nil, nil


_______________________________________________
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 4536 in pharo: Filter out "kernel" message sends in the debugger

pharo

Comment #15 on issue 4536 by [hidden email]: Filter out "kernel"  
message sends in the debugger
http://code.google.com/p/pharo/issues/detail?id=4536

This code seems to have disappeared in the newest image.

And by the way, this setting should be activated by default.

It seems the slice still can be integrated :)


_______________________________________________
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 4536 in pharo: Filter out "kernel" message sends in the debugger

pharo
Updates:
        Status: MonkeyIsChecking

Comment #16 on issue 4536 by [hidden email]: Filter out "kernel"  
message sends in the debugger
http://code.google.com/p/pharo/issues/detail?id=4536#c16

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 4536 in pharo: Filter out "kernel" message sends in the debugger

pharo
Updates:
        Status: FixReviewNeeded

Comment #17 on issue 4536 by [hidden email]: Filter out "kernel"  
message sends in the debugger
http://code.google.com/p/pharo/issues/detail?id=4536#c17

Test Results:
-------------
Passed: 6250
        CollectionsTests-Arrayed (560)
        CollectionsTests-Atomic (12)
        CollectionsTests-Sequenceable (909)
        CollectionsTests-SplitJoin (27)
        CollectionsTests-Stack (16)
        CollectionsTests-Streams (37)
        CollectionsTests-Strings (591)
        CollectionsTests-Support (12)
        CollectionsTests-Text (40)
        CollectionsTests-Unordered (1971)
        CollectionsTests-Weak (747)
        CompilerTests (28)
        KernelTests-Chronology (578)
        KernelTests-Classes (68)
        KernelTests-Exception (2)
        KernelTests-Methods (168)
        KernelTests-Numbers (265)
        KernelTests-Objects (85)
        KernelTests-Pragmas (3)
        KernelTests-Processes (19)
        SUnit-Core-Extensions (3)
        SUnit-Core-Utilities (3)
        SUnit-Tests-Core (77)
        ToolsTest-Base (2)
        ToolsTest-Debugger (10)
        ToolsTest-Finder (8)
        ToolsTest-Inspector (1)
        ToolsTest-MessageTally (5)
        ToolsTest-PointerFinder (3)

Errors: 17
        ArrayTest>>#testPrintNameOn
        FloatArrayTest>>#testPrintNameOn
        IntervalTest>>#testPrintNameOn
        OrderedCollectionTest>>#testPrintNameOn
        SortedCollectionTest>>#testPrintNameOn
        StringTest>>#testPrintNameOn
        SymbolTest>>#testPrintNameOn
        BlockClosureTest>>#testTrace
        CodeSimulationTests>>#testTranscriptPrinting
        CodeSimulationTests>>#testTranscriptPrintingWithOpenedTranscriptExists
        CompiledMethodTest>>#testDecompile
        CompiledMethodTest>>#testIsInstalled
        CompiledMethodTest>>#testMethodClass
        CompiledMethodTest>>#testSearchForClass
        CompiledMethodTest>>#testSearchForSelector
        CompiledMethodTest>>#testSelector
        MethodFinderTest>>#testIfTrueIfFalse

Failures: 1
        HeapTest>>#testExamples

----------------------------------------------------------
Loaded Source:  
SLICE-Issue-4536--Filter-out-kernel-message-sends-in-the-debugger-CamilloBruni.4  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-1.4-14296-a on StackInterpreter  
VMMaker-oscog-EstebanLorenzano.139 uuid:  
5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Nov 12 2011, nil,  
https://git.gitorious.org/~estebanlm/cogvm/cog-osx.git Commit:  
9072d944a978a31ca36c61acb54dd87494676f20 Date: Sat Nov 12 13:26:17 2011  
-0300 By: Esteban Lorenzano <[hidden email]>


_______________________________________________
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 4536 in pharo: Filter out "kernel" message sends in the debugger

pharo
Updates:
        Status: FixToInclude

Comment #18 on issue 4536 by [hidden email]: Filter out "kernel"  
message sends in the debugger
http://code.google.com/p/pharo/issues/detail?id=4536

Strange I do not understand why it is not there.



_______________________________________________
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 4536 in pharo: Filter out "kernel" message sends in the debugger

pharo

Comment #19 on issue 4536 by [hidden email]: Filter out "kernel"  
message sends in the debugger
http://code.google.com/p/pharo/issues/detail?id=4536

Strange I do not understand why it is not there.



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