I wrote

category
������ "Return the kind of debugger action. It has nothing to do with class category or the old method category now method protocol."
������ ^ category ifNil: [ self defaultCategory ]

Stef

Le 31/5/15 07:35, Tudor Girba a ��crit��:
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 <stepharo@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"