version: 2018.R1
I want to debug, but when I click "debug", something wrong happened, refer to attach please
Hi,
it looks that in your project is not available debug info. Please check if your project is build with -g3 option in project properties:
and your debug session has correct .elf file with symbols:
Jiri
I have changed Debug Level into -g3 option, but it doesn't help, the same error happened