Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 652 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 652 Bytes

nxdk_launch_tests

Tests of the XLaunchXBE method.

Running with CLion

Create a build target

  1. Create a new Embedded GDB Server target
  2. Set the Target to all
  3. Set the Executable to main.exe
  4. Set Download executable to None
  5. Set 'target remote' args to 127.0.0.1:1234
  6. Set GDB Server to the path to the xemu binary
  7. Set GDB Server args to -s -S (the -S is optional and will cause xemu to wait for the debugger to connnect)

To capture DbgPrint, additionally append -device lpc47m157 -serial tcp:127.0.0.1:9091 to GDB Server args and use something like pykdclient.