Tian Gao
a936af924e
gh-120144: Make it possible to use `sys.monitoring` for bdb and make it default for pdb ( #124533 )
2025-03-17 18:34:37 -04:00
Tian Gao
27fc62cf4f
gh-121468: Add current asyncio task as a convenience variable in pdb ( #124367 )
2025-03-14 14:46:26 -04:00
Tian Gao
b52866953a
gh-131123: Support completion in `pdb` for convenience variable attributes ( #131124 )
2025-03-12 17:23:53 -04:00
Tian Gao
b6769e9404
gh-125377: Improve tab indentation for pdb multi-line input ( #130471 )
2025-03-04 15:45:38 -05:00
Adam D. Thomas
ccb4ad9219
gh-124703: Change back to raising bdb.BdbQuit when exiting pdb in 'inline' mode in a REPL session ( #130395 )
2025-02-24 21:27:26 -05:00
Tian Gao
ee337bea01
gh-57537: Support breakpoints for zipimport modules on pdb ( #130290 )
2025-02-19 21:01:04 -05:00
Tian Gao
076300d795
gh-126944: Show explicit errors when required arguments of pdb commands are missing ( #130240 )
2025-02-18 10:58:15 -05:00
Tian Gao
29f8a67ae0
Provide curframe_locals for backward compatibility but deprecate it ( #125951 )
2025-02-08 23:35:28 +00:00
Tian Gao
7d275611f6
gh-124703: Do not raise an exception when quitting pdb ( #124704 )
2025-01-26 22:29:16 -05:00
Tian Gao
1bc4f076d1
gh-127321: Avoid stopping at an opcode without an associated line number for breakpoint() ( #127457 )
2024-12-01 11:57:03 -05:00
Tian Gao
2513593303
Fixed a few type mismatches in pdb ( #125952 )
2024-10-25 00:17:58 -04:00
Tian Gao
8f2c0f7a03
gh-125884: Support breakpoint on functions with annotations ( #125892 )
2024-10-23 18:04:30 -04:00
Tian Gao
8f5e39d5c8
gh-125378: Trigger a repeat for the full multi-line statement for empty line command ( #125717 )
2024-10-19 17:46:57 -04:00
Tian Gao
77cebb1ce9
gh-125600: Only show stale code warning on source code display commands ( #125601 )
2024-10-17 20:29:11 -04:00
Tian Gao
9c2bb7d551
gh-125115: Pass unknown pdb command line args to script instead of fail ( #125424 )
...
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
2024-10-15 15:30:28 -04:00
Tian Gao
bb9604b62a
gh-100141: Allow pdb to deal with empty file ( #125425 )
2024-10-15 11:45:23 -04:00
Serhiy Storchaka
7d2c39752f
gh-91818: Use default program name in the CLI of many modules (GH-124867)
...
As argparse now detects by default when the code was run as a module.
This leads to using the actual executable name instead of simply "python"
to display in the usage message ("usage: python -m ...").
2024-10-10 00:20:53 +03:00
Tian Gao
b5774603a0
gh-124400: Use the normal command path for breakpoint commands ( #124401 )
...
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
2024-09-29 19:46:16 -04:00
Tian Gao
986a4e1b6f
Cleanup unnecessary curframe_locals usage ( #124369 )
2024-09-26 09:35:13 -07:00
Tian Gao
28efeefab7
gh-123756: Disable restart command if pdb is in inline mode ( #123757 )
2024-09-25 11:18:01 -07:00
Tian Gao
af8403a58d
gh-120254: Add a `commands` argument to `pdb.set_trace` ( #120255 )
2024-09-24 12:52:15 -07:00
Xie Yanbo
b6c80e21c7
Fix typos in comments and docstring ( #122720 )
...
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-08-07 07:39:16 +01:00
Tian Gao
690b9355e0
gh-121450: Make inline breakpoints use the most recent pdb instance ( #121451 )
2024-07-10 19:54:27 -07:00
Tian Gao
e245ed7d1e
gh-118714: Make the pdb post-mortem restart/quit behavior more reasonable ( #118725 )
2024-07-03 11:30:20 -07:00
Tian Gao
31ce5c05a4
gh-120769: Add pdb meta command to print frame status. ( #120770 )
2024-06-20 10:38:07 -07:00
Tian Gao
4bbb0273f2
gh-120606: Allow EOF to exit pdb commands definition ( #120607 )
2024-06-19 15:50:26 -07:00
Tian Gao
ed60ab5fab
gh-119824: Print stack entry when user input is needed ( #119882 )
...
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
2024-06-14 11:25:23 -07:00
Jason R. Coombs
c8b45a385a
gh-118673: Remove shebang and executable bits from stdlib modules. ( #119658 )
...
* gh-118673: Remove shebang and executable bits from stdlib modules.
* Removed shebangs and exe bits on turtledemo scripts.
The setting was inappropriate for '__main__' and inconsistent across the other modules. The scripts can still be executed directly by invoking with the desired interpreter.
2024-05-29 12:43:19 -04:00
Alyssa Coghlan
e870c852c0
gh-74929: PEP 667 general docs update (gh-119201)
...
* expand on What's New entry for PEP 667 (including porting notes)
* define 'optimized scope' as a glossary term
* cover comprehensions and generator expressions in locals() docs
* review all mentions of "locals" in documentation (updating if needed)
* review all mentions of "f_locals" in documentation (updating if needed)
2024-05-21 03:32:15 +00:00
Tian Gao
e5353d49dc
GH-83151: Add closure support to pdb (GH-111094)
2024-05-06 11:34:13 -07:00
Tian Gao
5a0022a1d7
GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)
2024-05-05 07:05:01 -07:00
Tian Gao
00da0afa0d
gh-113081: Print colorized exception just like built-in traceback in pdb ( #113082 )
2024-05-04 12:26:40 +02:00
Tian Gao
4e2caf2aa0
gh-118500: Add pdb support for zipapp ( #118501 )
2024-05-02 21:53:27 +01:00
Tian Gao
d7ac427a79
gh-117618: Make package.module searchable for breakpoints and clean up docs ( #117619 )
2024-04-30 18:18:01 +00:00
Tian Gao
0fa571dbcd
Refactor pdb executable targets ( #112570 )
...
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
2024-03-29 12:02:01 -04:00
Tian Gao
b3e8c78ed7
gh-113548: Allow CLI arguments to `pdb -m` ( #113557 )
2024-03-27 01:20:12 +00:00
Tian Gao
01e7405da4
gh-112948: Make pdb completion similar to repl completion ( #112950 )
2024-03-25 15:18:09 +00:00
Tian Gao
a50cf6c3d7
gh-90095: Ignore empty lines and comments in `.pdbrc` ( #116834 )
2024-03-15 09:36:04 +00:00
Tian Gao
44f9a84b67
gh-90095: Make .pdbrc work properly and add some reasonable tests ( #110496 )
2024-03-11 21:27:00 +00:00
Tian Gao
ccfc042bbf
gh-87115: Set `__main__.__spec__` to `None` in pdb ( #116141 )
2024-02-29 21:39:50 +00:00
Tian Gao
765b9ce9fb
gh-59013: Set breakpoint on the first executable line of function when using `break func` in pdb ( #112470 )
2024-01-31 13:03:05 +00:00
Tian Gao
8278fa2f56
gh-111051: Check if file is modifed during debugging in `pdb` ( #111052 )
2024-01-25 16:48:50 +00:00
Tian Gao
5c351fc85a
gh-112343: pdb: Use tokenize to replace convenience variables ( #112380 )
2024-01-17 14:50:31 +00:00
Tian Gao
3d712a9f4c
gh-102980: Redirect output of pdb's `interact` command, add tests and improve docs ( #111194 )
2023-12-07 11:19:33 +00:00
Tian Gao
b90a5cf11c
gh-99367: Do not mangle sys.path[0] in pdb if safe_path is set ( #111762 )
...
Co-authored-by: Christian Walther <cwalther@users.noreply.github.com>
2023-11-27 23:11:40 +00:00
Tian Gao
f44d6ff6e0
gh-110944: Make pdb completion work for alias and convenience vars (GH-110945)
2023-11-14 13:22:25 +01:00
Tian Gao
853b4b549d
gh-111719: Add extra check for alias command ( #111720 )
2023-11-04 23:05:22 +00:00
Tian Gao
1c9a0c4079
gh-59013: Make line number of function breakpoint more precise ( #110582 )
2023-10-27 22:01:31 +01:00
Tian Gao
e6eb8cafca
GH-102895 Add an option local_exit in code.interact to block exit() from terminating the whole process (GH-102896)
2023-10-18 11:36:43 -07:00
Radislav Chugunov
162213f2db
gh-108791: Fix `pdb` CLI invalid argument handling ( #108816 )
2023-10-16 10:38:07 +01:00