We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In debug mode device variables like Settings or Mode cant be set.
Write a test.ic10 and a test.toml
test.ic10
s db Setting 100 l r15 db Setting move r0 1
the last 2 lines are only there to keep the debug mode open
test.toml
[db] Setting=10
Now start the debug mode and step to line 3. The new value of 100 are not set in debug mode
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In debug mode device variables like Settings or Mode cant be set.
Write a test.ic10 and a test.toml
test.ic10
the last 2 lines are only there to keep the debug mode open
test.toml
Now start the debug mode and step to line 3.
The new value of 100 are not set in debug mode
The text was updated successfully, but these errors were encountered: