Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Making detection of whether a debugger is currently attached more fle…
…xible. (#111) Previously, the debugger was only recognized if the name was matching exactly one of the well-known debugger names, which was not working as expected on MacOS. With these changes, a debugger that is called `pydevd_frame_evalaluator_darwin_39_64` would also be recognized by the prefix `pydevd_frame_evaluator`, thus disabling timeouts.
- Loading branch information