7 years, 1 month ago.

How to debug with online compiler?

for example,breakpoint/step by step and so on.

1 Answer

7 years, 1 month ago.

Hi Liu,

Thanks for getting in touch and welcome :)

In the online compiler there is no way to debug, you would need to export your code offline to an offline IDE to enable this, and this of course is supported :).

IDEs such as KEIL uVISION are perfect for this and will allow you to do this.

See here : https://developer.mbed.org/handbook/Exporting-to-offline-toolchains

Regards,

Andrea, team mbed

Accepted Answer