Releases: Trepan-Debuggers/python2-trepan
Releases · Trepan-Debuggers/python2-trepan
1.2.9
Fleetwood-7
- Squelch traceback on break on unparsable file
- Supporting trepan3k back to Python 2.4
John+1
Beware of the Ides of March!
One small fix was made to support newly-added set patsub
1.2.3
1.2.2
- Extend
set patsub
's effect to breakpoint.
Hook the command processor file pattern substutition to python filecache's file pattern substitution - Tolerate
inspect.formatargvalues()
errors - Go over "set" subcommand processing
- Set min/max args for
set patsub
- revise
set style
command error message
1.2.1
- Add
info locals --list
- Correct Formatting of 1-arg bytes in asm
- Get "set patsub" to substitute file paths e.g. "^/code" inside docker -> "/Users/rocky/project"
About "set patsub". We need to do the substitution in the debugger, not in
pyficache
where we just want the presentation of the filename to be
different. The actual location is the name pyficache
sees and gets
lines from.
1.2.0
disassembly via xdis
now supports "extended" assembly listing which is new. Use that by default. New command `
Commands have been gone over to be DRYer and use a more modern style of imports.
Small bugs have been fixed in conjunction with going over the commands.
New/Changed commands:
set asmfmt
will let you select between the different formats andshow asmfmt
will show you what format is in effectinfo lines
shows more information about what lines can be breakpointed (have line number table offsets in code)info offsets
shows you what offsets can be breakpointed (start on a line-number table entry)info line
gives more information, i.e. offset info, for a given line.
Updated pyficache
- Incorporate a major update of pyficache which removes the coverage dependency.
- More Python source has been reformatted and imports revised along current thinking.
- Some errors in termination messages have been fixed.
--AST
renamed to--tree
since that's what it is andAST
it is not