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
{{ message }}
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
The same exception rises when called "breakpointed" function from within Juno. More specifically:
"in RunDebugREPL at ASTInterperter\src\ASTInterpreter.jl:1565".
This happens on Windows platform, Julia version is
Julia Version 0.5.0
Commit 3c9d753 (2016-09-19 18:14 UTC)
Gallium version is 0.0.4
ASTInterpreter version is 0.0.4
I have the same problem and a helpful comment on StackOverflow pointed me here. I do research in Julia with literate analysis: text, code, and results live in the same document, and the results in sync with the code (similar to R-markdown, e.g. in RStudio). I can have the files in either Emacs Org-mode with Org-babel or in Jupyter with IJulia. I tried Gallium and it works well in a shell session, but not in Emacs or Jupyter. In both cases I get:
ERROR: UndefVarError: active_repl not defined
Stacktrace:
[1] RunDebugger(::Array{ASTInterpreter2.JuliaStackFrame,1}) at ~/.julia/v0.6/DebuggerFramework/src/DebuggerFramework.jl:238
When doing
julia -L the_file.jl
if within the file I attemptGallium.breakpoint(function_name)
it crashes withUndefVarError(:active_repl)
The text was updated successfully, but these errors were encountered: