This article is contributed. See the original author and article here.

Would you like to learn how your program works?  You can learn it with Small Basic Online.

 

Small Basic Online has new Debug feature.  You can run your program step by step.  And you can see values of variables and call stack.

 

Debug.png

Steps to see how your program runs:

  1. Type your program in Small Basic Online editor.
  2. Push [Debug] button.
  3. Push [Memory] icon to see variables and call stack.
  4. Push [Next Line] button to advance one step in your program.

If you’d like to set break point, insert Program.Pause() command in the editor.  Then use [Continue] button to run till the break point.

 

Have Fun with Debug!

Brought to you by Dr. Ware, Microsoft Office 365 Silver Partner, Charleston SC.