FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-120144: Make it possible to use `sys.monitoring` for bdb and make it default for pdb by gaogaotiantian · Pull Request #124533 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-120144: Make it possible to use sys.monitoring for bdb and make it default for pdb
- #124533
#124533
Merged
gaogaotiantian
merged 22 commits into
python:main
python/cpython:main
from
gaogaotiantian:pdb-use-monitoring
gaogaotiantian/cpython:pdb-use-monitoring
Copy head branch name to clipboard
Mar 17, 2025
Conversation
Commits
22
(22)
Checks
Files changed
Merged
gh-120144: Make it possible to use sys.monitoring for bdb and make it default for pdb
#124533
gaogaotiantian
merged 22 commits into
python:main
python/cpython:main
from
gaogaotiantian:pdb-use-monitoring
gaogaotiantian/cpython:pdb-use-monitoring
Copy head branch name to clipboard
Commits
Commits on Jan 17, 2025
Allow using sys.monitoring for bdb
gaogaotiantian
committed
18e6e9c
View commit details
Copy full SHA for 18e6e9c
Browse repository at this point
Add basic line ignore
gaogaotiantian
committed
b29aff5
View commit details
Copy full SHA for b29aff5
Browse repository at this point
Use setttrace as default backend for bdb
gaogaotiantian
committed
23601f3
View commit details
Copy full SHA for 23601f3
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored and
gaogaotiantian
committed
c9a92f6
View commit details
Copy full SHA for c9a92f6
Browse repository at this point
Use settrace by default for pdb.Pdb, but use monitoring for all
Show description for 8955d78
gaogaotiantian
committed
8955d78
View commit details
Copy full SHA for 8955d78
Browse repository at this point
Only trigger events on thread calling start_trace
gaogaotiantian
committed
6afc2e7
View commit details
Copy full SHA for 6afc2e7
Browse repository at this point
Use local events when possible
gaogaotiantian
committed
b595682
View commit details
Copy full SHA for b595682
Browse repository at this point
Commits on Jan 19, 2025
Merge branch 'main' into pdb-use-monitoring
gaogaotiantian
authored
addf465
View commit details
Copy full SHA for addf465
Browse repository at this point
Commits on Feb 8, 2025
Fix ignore and condition of breakpoints
gaogaotiantian
committed
70d5138
View commit details
Copy full SHA for 70d5138
Browse repository at this point
Merge branch 'main' into pdb-use-monitoring
gaogaotiantian
authored
7c83425
View commit details
Copy full SHA for 7c83425
Browse repository at this point
Commits on Feb 18, 2025
Address comments about backend
gaogaotiantian
committed
fe9971c
View commit details
Copy full SHA for fe9971c
Browse repository at this point
Merge branch 'main' into pdb-use-monitoring
gaogaotiantian
authored
69a5030
View commit details
Copy full SHA for 69a5030
Browse repository at this point
We need BaseException to handle SystemExit case
gaogaotiantian
committed
05cc3b0
View commit details
Copy full SHA for 05cc3b0
Browse repository at this point
Commits on Feb 19, 2025
Move default_backend to module level and provide utils
gaogaotiantian
committed
e6bc287
View commit details
Copy full SHA for e6bc287
Browse repository at this point
Do not need to pass trace_dispatch explicitly
gaogaotiantian
committed
f0c1306
View commit details
Copy full SHA for f0c1306
Browse repository at this point
Add docs
gaogaotiantian
committed
a9b53ed
View commit details
Copy full SHA for a9b53ed
Browse repository at this point
Add version added
gaogaotiantian
committed
9790085
View commit details
Copy full SHA for 9790085
Browse repository at this point
Add new functions to __all__
gaogaotiantian
committed
ea811f2
View commit details
Copy full SHA for ea811f2
Browse repository at this point
Commits on Mar 7, 2025
Merge branch 'main' into pdb-use-monitoring
gaogaotiantian
committed
ad2179e
View commit details
Copy full SHA for ad2179e
Browse repository at this point
Restart events after user line
gaogaotiantian
committed
e4ccd8a
View commit details
Copy full SHA for e4ccd8a
Browse repository at this point
Commits on Mar 17, 2025
Merge branch 'main' into pdb-use-monitoring
gaogaotiantian
authored
d2c1f2e
View commit details
Copy full SHA for d2c1f2e
Browse repository at this point
Remove blank line
gaogaotiantian
authored
e9252ec
View commit details
Copy full SHA for e9252ec
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL