issues
search
malor
/
cpython-lldb
LLDB extension for debugging Python programs
MIT License
80
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
cpython3.11: fix pretty-printing of UserDict, UserString, UserList
#74
malor
closed
6 days ago
0
cpython3.11: add support for the new dict layout
#73
malor
closed
1 week ago
0
Support setting breakpoints in the application code
#72
malor
opened
1 week ago
0
Advisory: How to setup a python debugging session in LLDB?
#71
yophilav
opened
1 week ago
3
Format the source code with ruff
#70
malor
closed
1 week ago
0
Fix Github CI warnings
#69
malor
closed
1 week ago
0
Use the C-extension for testing pretty printers
#68
malor
closed
1 week ago
0
Spell check with Typos
#67
malor
closed
1 week ago
0
Run tests on LLDB 15 and 16
#66
malor
closed
3 months ago
0
Drop support for versions of LLDB linked with Python 2.7
#65
malor
closed
4 months ago
0
Fix CI
#64
malor
closed
7 months ago
0
Minor documentation fixes and PyPI publishing changes
#63
malor
closed
1 year ago
0
ci: fix warnings in the release workflow
#62
malor
closed
1 year ago
0
ci: use actions/checkout@v3
#61
malor
closed
1 year ago
0
Fix the tests
#60
malor
closed
1 year ago
0
Remove poetry installer overrides
#59
malor
closed
1 year ago
0
Revisit the MacOS installation steps
#58
dalazx
closed
1 year ago
1
Add auxiliary build targets for debugging failed tests
#57
malor
closed
1 year ago
0
Update poetry.lock versions
#56
malor
closed
1 year ago
0
[CI] Tests won't pass on LLDB 12+
#55
malor
opened
2 years ago
2
CI: run the tests daily
#54
malor
closed
2 years ago
0
testing: reduce the test run time by not restarting LLDB
#53
malor
closed
2 years ago
0
testing: reduce the test run time by ~40-60s
#52
malor
closed
3 years ago
0
Use python:3.10 Docker image for testing
#51
malor
closed
3 years ago
0
Add support for CPython 3.10
#50
malor
closed
3 years ago
0
Set up a release process via GitHub Actions
#49
malor
closed
3 years ago
0
Make py-bt traverse the call stack starting from the selected frame and up rather than from the bottom
#48
malor
closed
3 years ago
0
Fix the pytest warning about using an unknown marker
#47
malor
closed
3 years ago
0
Switch to using of GitHub Actions instead of Travis CI
#46
malor
closed
3 years ago
0
Missing source code, file names, and line numbers
#45
jdevries3133
closed
3 years ago
2
a typo in README.md
#44
sify21
closed
3 years ago
1
Test pretty-printing of CPython structs (PyLongObject, PyDictObject, etc)
#43
malor
closed
3 years ago
0
Add type summaries for built-in CPython structs
#42
malor
closed
3 years ago
0
Run tests in parallel
#41
malor
closed
4 years ago
0
Add support for pretty-printing of UserString and UserList
#40
malor
closed
4 years ago
0
Add support for pretty-printing dicts from collections
#39
malor
closed
4 years ago
1
Verify that cpython-lldb works with Python extensions written in other languages (C/Rust/etc)
#38
inevity
closed
3 years ago
3
Add support for pretty-printing of frozensets
#37
malor
closed
4 years ago
0
Fix the package name in README
#36
malor
closed
4 years ago
0
Documentation cleanups
#35
malor
closed
4 years ago
0
Run tests on LLDB 11 as well
#34
malor
closed
4 years ago
0
Drop redundant Dockerfiles
#33
malor
closed
4 years ago
0
Add testing on pre-release versions of CPython and LLDB
#32
malor
closed
4 years ago
0
Add support for CPython 3.9
#31
malor
closed
4 years ago
0
Run the tests on LLDB 10 as well
#30
malor
closed
4 years ago
0
Add support for pretty-printing of latin1 compact string objects
#29
malor
closed
4 years ago
0
Fix a TODO in PyFrameObject._from_frame_heuristic()
#28
malor
closed
4 years ago
0
Restructure the code to make it more readable
#27
malor
closed
4 years ago
0
Update the Travis CI config to fix build warnings
#26
malor
closed
4 years ago
0
Separate LLDB 7 and 9 Docker images
#25
malor
closed
4 years ago
0
Next