commanderx16 / x16-emulator

Emulator for the Commander X16 8-bit computer
384 stars 61 forks source link

How to launch debugger #458

Closed neilsf closed 1 year ago

neilsf commented 1 year ago

Hello. I'm sure I'm missing something obvious, sorry. So I'd like to use the debugger.

  1. I've built the project from source on an ARM machine (Raspberry Pi 400)
  2. Executed ./x16emu -debug - the emulator launches fine.
  3. Now how to launch the debugger? Is there a hotkey or something?

Thanks

neilsf commented 1 year ago

Silly me, it was F12 - should've read the docs ore carefully.