File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 - id : check-merge-conflict
66 - id : debug-statements
77 - id : end-of-file-fixer
8- - repo : https://github.com/psf/black
9- rev : 19.10b0
10- hooks :
11- - id : black
12- language_version : python3
8+ # - repo: https://github.com/psf/black
9+ # rev: 19.10b0
10+ # hooks:
11+ # - id: black
12+ # language_version: python3
Original file line number Diff line number Diff line change 1+ trepan 1.2.1 2020-08-30
2+ =======================
3+
4+ * Add ` info locals --list `
5+ * Correct Formatting of 1-arg bytes in asm
6+ * Get "set patsub" to substitute file paths e.g. "^/code" inside docker -> "/Users/rocky/project"
7+
8+ About "set patsub". We need to do the substitution in the debugger, not in
9+ ` pyficache ` where we just want the presentation of the filename to be
10+ different. The actual location is the name ` pyficache ` sees and gets
11+ lines from.
12+
113trepan 1.2.0 2020-08-23
214=======================
315
4- disassembly via [ ` xdis ` ] ( https://pypi.org/project/xdis/ ) now supports "extended" assembly listing which is new. Use that by default. New command `
16+ disassembly via [ ` xdis ` ] ( https://pypi.org/project/xdis/ ) now supports "extended" assembly listing which is new. Use that by default.
517
618Commands have been gone over to be DRYer and use a more modern style of imports.
719Small bugs have been fixed in conjunction with going over the commands.
Original file line number Diff line number Diff line change 44# This file should define a variable VERSION which we use as the
55# debugger version number.
66
7- VERSION = "1.2.1" # noqa
7+ VERSION = "1.2.1" # noqa
You can’t perform that action at this time.
0 commit comments