Shop OBEX P1 Docs P2 Docs Learn Events
Debugging your code need help understand how to use the debugging window and w — Parallax Forums

Debugging your code need help understand how to use the debugging window and w

sam_sam_samsam_sam_sam Posts: 2,286
edited 2009-07-14 15:25 in General Discussion
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·idea.gif·that you may have and all of your time finding them smile.gif

·
·
·
·
Sam

Post Edited (sam_sam_sam) : 7/14/2009 12:13:06 AM GMT

Comments

Sign In or Register to comment.