-
-
Notifications
You must be signed in to change notification settings - Fork 129
Description
It's good that you can see variable values in real time in the “Debugging Tools” window. But that's still not enough. Step-by-step debugging is sorely lacking. Especially for beginners. When you need to understand how the code works in detail, step by step. Very often, the code works instantly. And the “Debugging Tools” in real time work too fast and often do not allow you to understand the work of functions that run instantly.
Conventional programming languages also confirm this well. Such as Python, the VS Code environment in general and other IDEs with built-in debuggers, and projects such as “The Farmer Was Replaced.” Step-by-step debugging is extremely necessary, important, and useful. Especially for beginners.
But is it even possible to add step-by-step debugging for microScript? Or is it not possible? And do we even need to wait for step-by-step debugging for microScript?