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
Expected:
The debugger pauses on the line of the error function call. The error function call is highlighted in the call stack.
Actual:
The debugger opens a new file titled "." with the contents "Could not load source '': Source path not found..". "{C function}" is highlighted in the call stack.
The text was updated successfully, but these errors were encountered:
Reproduction:
error("oops")
call inplaydate.update
Expected:
The debugger pauses on the line of the error function call. The error function call is highlighted in the call stack.
Actual:
The debugger opens a new file titled "." with the contents "Could not load source '': Source path not found..". "{C function}" is highlighted in the call stack.
The text was updated successfully, but these errors were encountered: