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
When input code is evaluated with an error, the user sees line numbers in the backtrace (with eval as filepath) and looks them up above in the code that was previously input.
Check whether an error was caused by console input.
In the output module, find the input entryElement and mark the gutter at the correct line number.
The text was updated successfully, but these errors were encountered:
When input code is evaluated with an error, the user sees line numbers in the backtrace (with
eval
as filepath) and looks them up above in the code that was previously input.output
module, find the input entryElement and mark the gutter at the correct line number.The text was updated successfully, but these errors were encountered: