Hi,
I am trying to debug an elf file I created (with cmake not KDS). It correctly loads and runs the elf file, but the when I try and set a breakpoint the console reports "No source file named Z:\\foo\\bar.c" (Z: refers to a network mapped drive). And the program doesn't break on the set break point.
Does anyone know what might be wrong here?
Thanks for the help.