Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Is it possible to add classic debugging with line-by-line code execution? #241

@Fast-and-Pythonic

Description

@Fast-and-Pythonic

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions