Hi,

This is not dead code, only the default Pharo debugger does not make use of
it.

It is used in the GTDebugger for helping group actions by their category.
The terminology is taken from Glamour (GLMAction>>#category).

Cheers,
Doru

On Sun, May 31, 2015 at 7:24 AM, stepharo <steph...@free.fr> wrote:

> Hi andrei and others
>
> we have
>
> DebugAction>>category
>
>     ^ category ifNil: [ self defaultCategory ]
>
> DebugAction>>defaultCategory
>
>     ^ nil
>
> And I tried to browse the senders by scoping the search to the Debugger*
> packages
> and I got no sender.
>
> I have no direct user either.
> So do you know if this is deadcode?
>
> Stef
>
>


-- 
www.tudorgirba.com

"Every thing has its own flow"

Reply via email to