Visual Studio Code – VS Code not jumping to the top stack frame
I'm trying to debug some Django library code with the default VS Code Python and Django debugging settings (and "justMyCode" = True). I've set a breakpoint in one of the library functions: I call this from some user code, eg.…