Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add non-assigned to global-variables-debugging #77

Closed
Syrious opened this issue Aug 13, 2021 · 2 comments
Closed

Add non-assigned to global-variables-debugging #77

Syrious opened this issue Aug 13, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@Syrious
Copy link

Syrious commented Aug 13, 2021

When debugging for example an if-statement it would be nice to see the global variables in the debug menu. Please check the image. In this short example I can't see :btn in global variables and therefore I can't change its value within the debug session

Selection_024

@Syrious Syrious added the enhancement New feature or request label Aug 13, 2021
@dbaumgarten
Copy link
Owner

That's exactly how I intend to solve the problems described in #74 .

The debugger should simply always list all global variables that are used somewhere in the script.

This shouldn't be too difficult to implement. Maybe I can make some progress on this tomorrow.

@dbaumgarten
Copy link
Owner

Added as part of v0.1.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants