Block or Report
Block or report gaogaotiantian
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
watchpoints Public
watchpoints is an easy-to-use, intuitive variable/object monitor tool for python that behaves similar to watchpoints in gdb.
-
172 contributions in the last year
Less
More
Contribution activity
March 2023
Created 30 commits in 3 repositories
Created 1 repository
-
gaogaotiantian/biliscope
JavaScript
•
Built by
Created a pull request in python/cpython that received 4 comments
Docs: improve accuracy of pdb alias example
This is a minor change on pdb docs. The doc use to give an alias example below: # Print instance variables (usage "pi classInst") alias pi for k in %…
+1
−1
•
4
comments
Opened 5 other pull requests in 2 repositories
python/cpython
3
open
1
merged
gaogaotiantian/objprint
1
merged
Reviewed 5 pull requests in 3 repositories
python/cpython
2 pull requests
gaogaotiantian/biliscope
2 pull requests
gaogaotiantian/viztracer
1 pull request
Created an issue in python/cpython that received 4 comments
pdb: display won't work if the expression is mutable
Current implementation of display can't catch a mutable change.
def f(): a = [] breakpoint() a.append(1) print(a) f()
> /home/gaogaotiantian/progra…
4
comments


