Debug in mbed Studio

I just want to confirm something here with regards the LPC1114:-

If I am developing a program in mbed studio and using it with a dev board like LPC Expresso then I can only compile in develop or release but not in DEBUG?

Reason I ask this is that if I compile in debug I get about 70 errors but in the other two its compiles without error. I’m assuming this is because there isn’t any debug interface like JTAG or SWDIO on these boards.

Rgds

AndrewR

Hello,

in general Debug, Develop and Release profiles switch rules for compilation. I recommend to read something about Build profiles - Program setup | Mbed OS 6 Documentation

Maybe list of errors will tell us more.

BR, Jan

Thanks Jan - I will take a look!

BR

AndrewR