summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pdb.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments (#123201)Wulian2024-08-211-1/+1
* gh-111051: [tests] Wait a second to support filesystems with low-resolution m...Ɓukasz Langa2024-07-221-0/+4
* gh-121651: Fix pdb header test (#121724)Tian Gao2024-07-131-0/+5
* gh-121450: Make inline breakpoints use the most recent pdb instance (#121451)Tian Gao2024-07-111-0/+43
* gh-118714: Make the pdb post-mortem restart/quit behavior more reasonable (#1...Tian Gao2024-07-031-0/+17
* gh-120769: Add pdb meta command to print frame status. (#120770)Tian Gao2024-06-201-0/+31
* gh-120606: Allow EOF to exit pdb commands definition (#120607)Tian Gao2024-06-191-0/+5
* gh-119824: Print stack entry when user input is needed (#119882)Tian Gao2024-06-141-8/+42
* gh-102864: Add switching frame test for pdb (#119564)Tian Gao2024-05-261-1/+15
* gh-58933: Make pdb return to caller frame correctly when f_trace is not set (...Tian Gao2024-05-131-0/+52
* GH-83151: Add closure support to pdb (GH-111094)Tian Gao2024-05-061-1/+64
* GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)Tian Gao2024-05-051-61/+133
* GH-111744: Support opcode events in bdb (GH-111834)Tian Gao2024-05-041-1/+0
* gh-113081: Print colorized exception just like built-in traceback in pdb (#11...Tian Gao2024-05-041-1/+3
* gh-118500: Add pdb support for zipapp (#118501)Tian Gao2024-05-021-0/+25
* gh-117618: Make package.module searchable for breakpoints and clean up docs (...Tian Gao2024-04-301-0/+40
* gh-69201: Separate stdout and stderr stream in test_pdb (#117308)Tian Gao2024-03-281-16/+17
* gh-113548: Allow CLI arguments to `pdb -m` (#113557)Tian Gao2024-03-271-0/+9
* gh-112948: Make pdb completion similar to repl completion (#112950)Tian Gao2024-03-251-0/+51
* gh-90095: Ignore empty lines and comments in `.pdbrc` (#116834)Tian Gao2024-03-151-0/+19
* gh-90095: Make .pdbrc work properly and add some reasonable tests (#110496)Tian Gao2024-03-111-62/+87
* gh-87115: Set `__main__.__spec__` to `None` in pdb (#116141)Tian Gao2024-02-291-0/+12
* gh-114099: Add test exclusions to support running the test suite on iOS (#114...Russell Keith-Magee2024-02-051-49/+53
* gh-59013: Set breakpoint on the first executable line of function when using ...Tian Gao2024-01-311-3/+28
* gh-111051: Check if file is modifed during debugging in `pdb` (#111052)Tian Gao2024-01-251-0/+81
* gh-114275: Skip doctests that use `asyncio` in `test_pdb` for WASI builds (#1...Nikita Sobolev2024-01-191-202/+208
* gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest...Nikita Sobolev2024-01-181-4/+2
* gh-112343: pdb: Use tokenize to replace convenience variables (#112380)Tian Gao2024-01-171-0/+9
* gh-102980: Redirect output of pdb's `interact` command, add tests and improve...Tian Gao2023-12-071-0/+53
* gh-112510: Add `readline.backend` for the backend readline uses (GH-112511)Tian Gao2023-12-011-1/+1
* gh-99367: Do not mangle sys.path[0] in pdb if safe_path is set (#111762)Tian Gao2023-11-271-4/+29
* gh-110944: Make pdb completion work for alias and convenience vars (GH-110945)Tian Gao2023-11-141-0/+21
* gh-110944: Move pty helper to test.support and add basic pdb completion test ...Tian Gao2023-11-131-0/+30
* gh-80731: Avoid executing code in except block in cmd (GH-111740)Tian Gao2023-11-101-0/+25
* gh-111719: Add extra check for alias command (#111720)Tian Gao2023-11-041-0/+22
* gh-80675: Set `f_trace_lines = True` on all frames upon `pdb.set_trace()` (#1...Tian Gao2023-11-041-0/+24
* gh-59013: Make line number of function breakpoint more precise (#110582)Tian Gao2023-10-271-2/+44
* gh-108791: Fix `pdb` CLI invalid argument handling (#108816)Radislav Chugunov2023-10-161-2/+17
* gh-84583: Make pdb enter post-mortem mode even for SyntaxError (#110883)Tian Gao2023-10-151-1/+16
* gh-65052: Prevent pdb from crashing when trying to display objects (#110578)Tian Gao2023-10-111-0/+47
* gh-106670: Set convenience variable for post mortem debugging (#110493)Tian Gao2023-10-091-0/+6
* gh-109375: Fix bug where pdb registers an alias without an associated command...buermarc2023-09-141-0/+6
* GH-108976. Keep monitoring data structures valid during de-optimization durin...Mark Shannon2023-09-111-0/+18
* gh-106670: Fix Pdb handling of chained Exceptions with no stacks. (#108865)Matthias Bussonnier2023-09-061-25/+84
* gh-108463: Make expressions/statements work as expected in pdb (#108464)Tian Gao2023-09-041-0/+40
* gh-106670: Allow Pdb to move between chained exceptions (#106676)Matthias Bussonnier2023-08-281-0/+343
* GH-103124: Multiline statement support for pdb (GH-103125)Tian Gao2023-06-151-3/+30
* gh-103464: Add checks for arguments of pdb commands (GH-103465)Tian Gao2023-05-311-3/+33
* GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104...Mark Shannon2023-05-121-2/+3
* gh-104301: Allow leading whitespace in disambiguated pdb statements (#104342)James Gerity2023-05-111-0/+23