Is it possible to use Debugger.@enter so that I can navigate with the gui of vs code and the variable explorer? My use case is that I would like to evaluate a several lines of code in a script with Julia: Execute Code Block (Alt+Enter) and then just would like to debug a specific function, which arguments depend on the code evaluated ahead.
That’s probably because you said using Debugger and the conflict between the two definitions of @enter meant that neither was available. Just don’t say using Debugger.