I have been getting familiar with a new Beaglebone Black (BBB). I have connected it via USB to my windows PC. I can Putty\SSH to BBB and and log in as ‘debian’ and issue linux commands. The BBB sees the Internet (ping www.google.com works). I can browse to 192.168.7.2 and this opens Cloud9 on BBB. I can run many of the example programs (eg blinkLED.c, swipeLED.js …). I can modify these programs and the changes work.
I can set breakpoints in the code. But, the programs do not pause at the breakpoints. The code just runs. Here is the console output from running swipeLED.js…
Debugger listening on ws://127.0.0.1:15454/96eab42d-d499-4c4c-a072-ae91e584293b
For help, see: https://nodejs.org/en/docs/inspector
Debugger attached.
Hit ^C to stop
Toggling LEDs:
Toggling LEDs:
Toggling LEDs:
Toggling LEDs:
Toggling LEDs:
1(node:7172) [INSPECTOR_ASYNC_STACK_TRACES_NOT_AVAILABLE] Warning: Warning: Async stack traces in debugger are not available on 32bit platforms. The feature is disabled.
0100
Any ideas how I can get the breakpoints to work?
thanks,
mark