Paul Prescod's patches to allow the stack viewer to pop up when a

traceback is printed.
This commit is contained in:
Guido van Rossum 1999-01-08 15:31:07 +00:00
parent c58f346374
commit 38df3c383d
2 changed files with 12 additions and 0 deletions

View file

@ -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>>'),