Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

I created a debug target, using the standard scan snippet: snip.scan-BCM9WCDPLUS114-debug download

Compile and download OK.

I then press the green "bug" button, and the IDE switches view.

I set a breakpoint, for example at line 80, and press the pause/continue button. The program runs to that line, printing stuff on the terminal as expected.

However, I don't see the line highlighted, and I cannot step through the code. Pressing the continue button does not run the code.

Pressing the stop button detaches the debugger, and the board then runs free.

What's happening? What is preventing me from debugging?

Note that I can debug using the terminal. The following works, it runs gdb in the terminal and I can step through the code:

./make snip.scan-BCM9WCDPLUS114-debug download debug

0 Likes
1 Solution

HI J A

I've put forward a small blog to solve your issue.

MAC OS X - Using Eclipse to Debug WICED WiFi(2.4.1)

thnx,

vik86

View solution in original post

5 Replies