Debugging your code need help understand how to use the debugging window and w
I am just straiting with the SX Chip and going through the· ·Beginning Assembly Language Manuel
Can you debug while your routine is running
From what I can see you can not do both unless I am doing something wrong this is the routine I am using
Because when you use walk or steps through the routine below the window at the top of the debug window show idle
is there a way to use the debugging and while the routine is running and blinking the LEDs when using the walk mode
Main:
· ' main code here
high rb.0
low rb.3
pause 1000
·low rb.0
high rb.3
pause 1000
· GOTO Main
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
··Thanks for any·
·that you may have and all of your time finding them 
·
·
·
·
Sam
Post Edited (sam_sam_sam) : 7/14/2009 12:13:06 AM GMT
Can you debug while your routine is running
From what I can see you can not do both unless I am doing something wrong this is the routine I am using
Because when you use walk or steps through the routine below the window at the top of the debug window show idle
is there a way to use the debugging and while the routine is running and blinking the LEDs when using the walk mode
Main:
· ' main code here
high rb.0
low rb.3
pause 1000
·low rb.0
high rb.3
pause 1000
· GOTO Main
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
··Thanks for any·


·
·
·
·
Sam
Post Edited (sam_sam_sam) : 7/14/2009 12:13:06 AM GMT
Comments
download the following link. It is a preview of Gunther Daubach's book and in the first 50 pages he talks about how the debugger works. If you like what you see, order one from parallax. That book is my bible on SX Assembly. http://www.parallax.com/Portals/0/Downloads/docs/books/ProgSXExcerpt.pdf
RS_JIM