Debugger Cannot set break points

Hi

I don’t seem to be able to set any breakpoints.

I cannot find in the manual what should be added as an expression to watch.

Below is my config file.

[env:adafruit_feather_m0]
platform = atmelsam
board = adafruit_feather_m0
framework = arduino
upload_port = com11
debug_init_break = tb setup

Thanks

Also the usb port is not working in debug.

You will be able to place breakpoint when debug is started. Right click on a source code line > Add breakpoint.

Hi Ivan

No it doesn’t seem to be working.

Have you resolved this issue?