Step over core framework/library code while debugging?
I have the debugger "do not step into library scripts" checked and I have "enable external source debugging" checked (which I want to do sometimes). Is there a way to, similar to visual studio, normally skip over core library code and debug "just my code", while still being able to step into "not my code" at selected points?
Right now I'm trying to step into my own awaited function and instead I'm going into the await code itself which is really annoying.
The behavior is the same if I uncheck "enable external source debugging"
Please sign in to leave a comment.