I remember that there was some type of decorator to exclude certain classes from showing during debugging.
Cause:
They have several classes. If the debugger switches to another class (thread) during debugging, this can be very annoying. Some helper classes should rather be stepepd.
But I just can't find this decorator anywhere. Does anyone remember how to exclude a file so that the debugger does not enter it?
source
share