We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › Command Tracing
Page Index Toggle Pages: 1
Command Tracing (Read 417 times)
Command Tracing
May 6th, 2008, 6:18pm
 
Hi,
I was wondering if there was some way to "trace" commands (you know like you could int Turbo Pascal), so that you could execute commands one by one, and see what each variable is after that.
Thanx.
Re: Command Tracing
Reply #1 - May 6th, 2008, 6:47pm
 
Unfortunately Processing doesn't include any sort of built-in debugger.
Re: Command Tracing
Reply #2 - May 8th, 2008, 6:40pm
 
if "print"ing the variables out - one by one, step by step - can help ?
Page Index Toggle Pages: 1