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:
- Type your program in Small Basic Online editor.
- Push [Debug] button.
- Push [Memory] icon to see variables and call stack.
- 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.0NonkiTakahashi
Iron Contributor
Joined February 02, 2019
Small Basic Blog
Follow this blog board to get notified when there's new activity