#sysmonitoring

[ follow ]
#branch-coverage
Nedbatchelder
3 weeks ago
Python

Coverage branches instead of arcs

Refactoring tests in coverage.py to focus on branch monitoring over complete arcs simplifies the code and enhances efficiency with sys.monitoring. [ more ]
Nedbatchelder
1 month ago
JavaScript

Pushing back on sys.monitoring

Efficient branch coverage with sys.monitoring API remains challenging, as the disabling behavior for branches creates gaps in tracking execution. [ more ]
Nedbatchelder
3 weeks ago
Python

Coverage branches instead of arcs

Refactoring tests in coverage.py to focus on branch monitoring over complete arcs simplifies the code and enhances efficiency with sys.monitoring. [ more ]
Nedbatchelder
1 month ago
JavaScript

Pushing back on sys.monitoring

Efficient branch coverage with sys.monitoring API remains challenging, as the disabling behavior for branches creates gaps in tracking execution. [ more ]
morebranch-coverage
Pydev
7 months ago
Python

PyDev Debugger and sys.monitoring (PEP 669) -- i.e.: really fast debugging for Python 3.12!

The latest release of PyDev brings a speed improvement for Python 3.12 users.
The PyDev Debugger now uses sys.monitoring for faster debugging, up to 15 times faster than the previous version. [ more ]
Python Software Foundation Blog
3 months ago
Python

The Python Language Summit 2024: Should we make pdb better?

Tian Gao discussed enhancing Python debugger (pdb) at Language Summit 2024, highlighting performance issues and suggesting sys.monitoring for faster execution. [ more ]
[ Load more ]