Tags: profLewis/debugpy
Tags
Fix debugger stepping actions in forked process (microsoft#1921) * Fix debugger stepping actions in forked process Fix the debugger stepping state when debugging a process that has been forked from the main process. The new sys.monitoring mechanism didn't fully clear the thread local storage after a fork leading to a state where the forked child process tracked the wrong thread information and was never updated on the latest continue action. * Add stepping test for forked process * Add line ending back in for cleaner diff * More formatting reversions
Fix binskim warnings for mac, linux, and pyd files (microsoft#1856) * Add controlflow guard to linux, mac, and pyd files * Fix manylinux too * Fix pydevd bits too
Fix matplotlib backend computation (microsoft#1811) * Fix matplotlib backend computation and problem found with just my code fix * Remove extra logging
Merge pull request microsoft#1779 from microsoft/remove_bytecode_dist… …info Remove bytecode distinfo causing PyPi publish errors and ignore it from now on
Properly update pydevd._settrace.called (microsoft#1751) * Properly update pydevd._settrace.called * Change _settrace.called to _listen.called * Remove unnecessary underscore from listen * Fix lint issues * Update multiple listen test
Subrepo command wasn't checked in correctly (microsoft#1737) * Remove subrepo * Fix subrepo
Get Python 3.13 to work (microsoft#1692) * Get debug launch working * Turn Cython support back on * Fix test failures * Fix gevent test to be skipped * Missed a version change in pipeline * Fix comment * Review feedback
Get debug attach to work for 3.12 (microsoft#1683) * Get debug attach to work for 3.12 * Skip flakey test and update binaries * Fix the skip if to work correctly
PreviousNext