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 hitting an @infiltrate cond = true breakpoint, keystrokes are not detected properly:
E.g when writing
debug> f_detect
the command line changes to
julia> fdtc
and only after pressing enter a few times, the command line is ready for use in the debug> env. It's quite annoying and time-consuming to get the command line ready on every run!
System:
VS Code (mac) 1.52.0
Julia Language Support extension 1.0.10
Julia 1.5.3
The text was updated successfully, but these errors were encountered:
When hitting an
@infiltrate cond = true
breakpoint, keystrokes are not detected properly:E.g when writing
the command line changes to
and only after pressing enter a few times, the command line is ready for use in the
debug>
env. It's quite annoying and time-consuming to get the command line ready on every run!System:
The text was updated successfully, but these errors were encountered: