Re: [Tinyos-help] Debugging app.c file

2013-04-09 Thread Eric Decker
I use a JTAG h/w pod running mspdebug as a gdb server. I then use "msp430-gdb" to talk to that server. While this is technically debugging the app.c output, there are references to the original nesc files. see https://github.com/tp-freeforall/prod/blob/tp-master/tos/chips/msp430/99_gdb/00_README

[Tinyos-help] Debugging app.c file

2013-04-09 Thread Ryan Jones
Hello, Is there a way to debug the app.c file generated from the NesC code? I have referenced the link provided in this message from 2008: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2008-May/033178.html The link provides a number of ways to debug the NesC code, but not the app.c