I am running KDS3.3.0. And when I press debug. There's an error:
I am using Windows 10 (x64) and debugging MKL17Z256 with USBDM. I did check that USBDM can program MCU without any error message. But what I need is to use KDS to debug my code. Can anyone tell me how to fix this problem? Thanks.
Your command line shows spaces in the command for the executable, this is probably the issue. Otherwise I recommend to consult the USBDM forum/user group?
no, your problem is that it cannot find the gdb for USBDM, so the path to the gdb is wrong.
Check the build tools output in the Eclipse console view.
Check your launch configuration: it seems to me that you don't have correctly configured the path to USBDM.
I hope this helps,
Erich
Menu Run > Run Configurations shows all launch configurations.