From: Richard K. <ric...@us...> - 2005-07-26 21:41:03
|
Update of /cvsroot/actionstep/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19032 Modified Files: README Log Message: added debugging info Index: README =================================================================== RCS file: /cvsroot/actionstep/actionstep/README,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** README 26 Jul 2005 21:22:18 -0000 1.5 --- README 26 Jul 2005 21:40:54 -0000 1.6 *************** *** 67,70 **** --- 67,88 ---- mtasc -cp "src" -swf ActionStep.swf -header 800:600:20 / -pack org/actionstep org/actionstep/test/ASTestMain -main + + == Debugging == + + To debug your ActionStep code if you have debugging enabled (see + above) there is a handy Ruby script (debug) in the root directory + of ActionStep's directory. To download Ruby see: + + http://www.ruby-lang.org + + And then to run this script just open a terminal window and do: + + ruby debug + + Then start your ActionStep project and it will connect (over a + TCP socket) to the Ruby debug process and start sending your + TRACE statements to it. Note that we are using TRACE (all caps) + rather than the Macromedia trace (lower case) because MTASC lets + you compile those statements out with the above method. == License == |