You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set -x enables the Bash debug mode where all executed commands are printed to the terminal (standard error) after being expanded but before being executed. This could be turned on by someone with some flag in Amber Compiler.
That would be cool if we had a way to also debug Amber scripts with another flag. For example when there are bash syntax errors to show where these happened
In top of bash files is helpful to debug them, maybe an Amber parameter that add it automatically?
set -x
The text was updated successfully, but these errors were encountered: