mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Paul Prescod's patches to allow the stack viewer to pop up when a
traceback is printed.
This commit is contained in:
parent
c58f346374
commit
38df3c383d
2 changed files with 12 additions and 0 deletions
|
@ -44,6 +44,7 @@ menudefs = [
|
|||
('_Go to file/line', '<<goto-file-line>>'),
|
||||
('_Open stack viewer', '<<open-stack-viewer>>'),
|
||||
('_Debugger toggle', '<<toggle-debugger>>'),
|
||||
('_JIT Stack viewer toggle', '<<toggle-jit-stack-viewer>>' ),
|
||||
]),
|
||||
('help', [
|
||||
('_Help...', '<<help>>'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue