instantiations / tonel-vast

Tonel file format writer and reader implementation for VA Smalltalk
MIT License
9 stars 3 forks source link

Tonel loading installs a bad debugger class #95

Closed marianopeck closed 3 years ago

marianopeck commented 3 years ago

To restore back the good debugger you have to evaluate: EsImageStartUp debuggerClass: StsDebugger.

I don't know why the debugger class is changed when loading Tonel....

eMaringolo commented 3 years ago

The reason was that one of the application depends on EtTools, which in turn depends on EtBaseTools, which has a loaded method, that sets DbgDebugger as the default debugger.