How to skip built in python code in debugger?
When debugging, I want to skip any code that's not from me, especially the built in library or function from Python itself. I checked:
'Do not step into the library scripts' under debugger/stepping,
but that's not what I meant. I skipped my own code. I searched and found no useful updated answer on this. Is there a way to do this?
Please sign in to leave a comment.