--- hatari/tools/hconsole/example-debugger 2019/04/09 08:49:54 1.1.1.1 +++ hatari/tools/hconsole/example-debugger 2019/04/09 08:52:25 1.1.1.2 @@ -3,7 +3,7 @@ lock regaddr disasm a0 # Track when GEMODS is called with the Dgetdrv() opcode # (happens e.g. when EmuTOS console prints the prompt): -breakpoint GemdosOpcode < 0xffff && GemdosOpcode = 0x19 :info +breakpoint GemdosOpcode < 0xffff && GemdosOpcode = 0x19 :lock # NOTE: "info" flag above will cause this to be just traced and # information specified by "lock" command above to be printed,