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
Please search existing issues to avoid duplicates.
Details
Atom version: 1.35.1
Julia version: 1.1.0
OS: Win10 x64
Package versions:
Atom.jl: 0.8.3
julia-client: 0.8.2
ink: 0.10.2
Steps to reproduce
Juno.@enter a = <expression> or @run fails to start debugging. executes outside the debugging context.
Expected behavior
Debugger should operate on .
Workaround
Just remove the assignment.
Suggestion
Either produce a warning or error (if entering is undesirable for some reason; ambiguity etc.), or treat as equivalent to a = Juno.@enter <expression>, which does enter the debugger.
The text was updated successfully, but these errors were encountered:
Please search existing issues to avoid duplicates.
Details
Steps to reproduce
Juno.@enter a = <expression>
or@run
fails to start debugging. executes outside the debugging context.Expected behavior
Debugger should operate on .
Workaround
Just remove the assignment.
Suggestion
Either produce a warning or error (if entering is undesirable for some reason; ambiguity etc.), or treat as equivalent to
a = Juno.@enter <expression>
, which does enter the debugger.The text was updated successfully, but these errors were encountered: