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

No output of local variables in the console #588

Open
Binifada1956 opened this issue Nov 23, 2024 · 6 comments
Open

No output of local variables in the console #588

Binifada1956 opened this issue Nov 23, 2024 · 6 comments

Comments

@Binifada1956
Copy link

Earlier versions also took the local variables into account.
Is it possible to write both types of variables, i.e. local and global, to the console?

grafik

Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Dec 24, 2024
@Binifada1956
Copy link
Author

Problem is not solved 🤷‍♂️

@github-actions github-actions bot removed the Stale label Dec 25, 2024
@IgorYbema
Copy link
Contributor

which version are you using? I believe this was fixed in v3.8 already

@Binifada1956
Copy link
Author

which version are you using? I believe this was fixed in v3.8 already

… 3.8 on ESP32 🤷‍♂️

@IgorYbema
Copy link
Contributor

It works fine. But understand that it only prints local variables seen in the system boot

on System#Boot then
   $localtest = 1;
   #globaltest = 1;
end

image

@Binifada1956
Copy link
Author

It works fine. But understand that it only prints local variables seen in the system boot

on System#Boot then
   $localtest = 1;
   #globaltest = 1;
end

image

I understand that local variables should also be declared in the system boot. Only then will the content be displayed in the console.

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

No branches or pull requests

2 participants