In updating the debuggers from moose to the new API just one small issue came up:
- Process>>newDebugSessionNamed:startedAt: hardcodes��DebugSession. However we are using different debugging sessions.
The class side method #sessionClass of a debugger returns the debugging session's class. That could be used instead of DebugSession.
Cheers,
Andrei