issues
search
mdmintz
/
pdbp
pdbp (Pdb+): A drop-in replacement for pdb and pdbpp. To replace "pdb", add "import pdbp" to an "__init__.py" file.
Other
75
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Various updates and fixes
#73
mdmintz
closed
1 week ago
0
Autocomplete does not work
#72
jonashaag
closed
1 week ago
4
lasti2lineno is not defined
#71
jonashaag
closed
1 week ago
4
A refresh and a drop
#70
mdmintz
closed
2 weeks ago
0
Retain command history between sessions like ipdb can
#69
rob-levy-minimum
opened
4 weeks ago
1
Fix non zip-safe loading of stdlib pdb
#68
bwoodsend
closed
3 months ago
2
Update LICENSE
#67
mdmintz
closed
4 months ago
0
Using a sub-level debugger results in max recursion depth error
#66
jjmurre
opened
4 months ago
2
Clarification of licensing and attribution of the code.
#65
jubalfh
closed
4 months ago
10
Recover from autoreloading development servers ruining the terminal prompt
#64
jjmurre
closed
4 months ago
1
Shorten path displayed and refresh dependencies
#63
mdmintz
closed
4 months ago
0
[feature] print less path
#62
holmanb
closed
4 months ago
3
Simplest way of running in pytest
#61
max-sixty
closed
6 months ago
4
Hide commands from history
#60
bluss
closed
7 months ago
2
(Minimal) support for XDG base directory
#59
Valentin-Guillet
closed
10 months ago
2
Screen clearing hides exceptions
#58
bwoodsend
closed
11 months ago
4
pytest has issues when setting env PYTHONBREAKPOINT to "pdbp.set_trace" if capturing output
#57
hynek
closed
1 year ago
11
PYTHONBREAKPOINT=pdbp.set_trace has no effect
#56
jamilraichouni
closed
1 year ago
2
Refresh dependencies and drop Python 3.6 support
#55
mdmintz
closed
1 year ago
0
Drop support for Python 3.6
#54
mdmintz
closed
1 year ago
1
! statement doesn't support
#53
mengban
closed
1 year ago
1
Improve Windows Command Prompt compatibility
#52
mdmintz
closed
1 year ago
0
Improve Windows command prompt compatibility
#51
mdmintz
closed
1 year ago
1
Fix Windows Command Prompt display issue
#50
mdmintz
closed
1 year ago
0
Colored text may appear as garbled text in Windows command prompts
#49
mdmintz
closed
1 year ago
1
Refresh Python dependencies
#48
mdmintz
closed
1 year ago
0
Fix line-truncation issue
#47
mdmintz
closed
1 year ago
0
Some lines with special characters get unexpectedly truncated
#46
mdmintz
closed
1 year ago
1
Improve exception info in Debug Mode
#45
mdmintz
closed
1 year ago
0
Include the module name in the exception, except with "builtins"
#44
mdmintz
closed
1 year ago
0
Exception messages are missing in some scenarios
#43
mdmintz
closed
1 year ago
0
'current_line_color' is reset to default value when Exception is caught
#42
disketten
closed
1 year ago
8
Refactoring
#41
mdmintz
closed
1 year ago
0
Documenting using PYTHONBREAKPOINT
#40
DavideCanton
closed
1 year ago
4
Some enhancements
#39
mdmintz
closed
1 year ago
0
When using "j" as a "jump" shortcut, the resulting code should be displayed
#38
mdmintz
closed
1 year ago
1
Add syntax-highlighting in non-"sticky" mode
#37
mdmintz
closed
1 year ago
1
Non-"truncate" "sticky" mode should become the default mode
#36
mdmintz
closed
1 year ago
2
Update non-"truncation" mode in "sticky" mode
#35
mdmintz
closed
1 year ago
1
More highlighting and refactoring
#34
mdmintz
closed
1 year ago
0
The code for disabling pytest capturing is out-of-date
#33
mdmintz
closed
1 year ago
1
Feat request: highlight the "current stack frame" in the `w`/`where`/`bt` output?
#32
goodboy
closed
1 year ago
2
More ways to run
#31
mdmintz
closed
1 year ago
0
Have a more intuitive "list" command in debugger mode
#30
mdmintz
closed
1 year ago
1
Make the new pygments release the new minimum pygments version
#29
mdmintz
closed
1 year ago
1
Balancing symmetry of "Documented" and "Undocumented" help commands
#28
mdmintz
closed
1 year ago
1
Add a "truncate" debugger command to toggle between line-truncation modes
#27
mdmintz
closed
1 year ago
1
The debugger "edit" command opened more than just the active Python file.
#26
mdmintz
closed
1 year ago
1
how would you feel about using the pdbpp pdb hijack hack?
#25
davidszotten
closed
1 year ago
1
Certain commands should automatically switch between "sticky" and non-"sticky" modes
#24
mdmintz
closed
1 year ago
1
Next