Closed marianopeck closed 3 years ago
To restore back the good debugger you have to evaluate: EsImageStartUp debuggerClass: StsDebugger.
EsImageStartUp debuggerClass: StsDebugger.
I don't know why the debugger class is changed when loading Tonel....
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.
loaded
DbgDebugger
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....