Blog Post

Small Basic Blog
1 MIN READ

How Your Program Works

NonkiTakahashi's avatar
NonkiTakahashi
Iron Contributor
Jan 22, 2021

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.

 

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!

Published Jan 22, 2021
Version 1.0

4 Comments