You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when trying to call the syscall sys_tty_write when clicking only the step button (from start to finish) the program crashes because the DbgConsole is not intialized
a fix might be to do it in the constructor of the emulator or to do it in getDbgCon