Live debugging?

Hi,
Is "live debugging" possible with the Arduino (or any other board/avr)?
I have a usbtiny programmer(Sparkfun avr pocket programmer) and I would really like to debug my code
and watch it run as the variables change. Setting breakpoints, stepping through code, all that good stuff.
Is it possible?

Thanks!!!

Almost same issue some days ago.
Take a look here: Debugging device for Arduino?

Coming soon!

Software debugger for Arduino, running on Windows.
Single-step, breakpoints, see variables, see disassembler code.
Runs via standard USB port (HardwareSerial).
There will be some limitations (compared to full debuggers) but easy to use.
Initial release only for 8-bit AVR boards (Uno, Nano).

Watch this space!

Will this be different from Debugger for Arduino - CodeProject ?

vaj4088:
Will this be different from Debugger for Arduino - CodeProject ?

Thanks for the link, I didn't know about that. I've just had a quick look at it's instructions and seems quite complex to set up. Maybe too complex for the target audience I had in mind.

Hello Guys !

Any News about the live debugging ?

I saw an interview with Fabio Violante on HackSpace magazine Number 8 saying that Live debug is on the way, but with no dates of release.

Do anyone know if there are a public schedule for this important release ?

Thank you !