[issue23544] IDLE hangs when selecting Stack View with debug active

2021-01-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue23544] IDLE hangs when selecting Stack View with debug active

2021-01-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: Tal, I agree with you. The debugger is an execution controller with an optional current-frame viewer updated whenever execution is paused. It displays both name and value. I believe a current PR addresses the issue of value representations being indefinit

[issue23544] IDLE hangs when selecting Stack View with debug active

2021-01-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 901a9834420e516c07d6cad356d2be481db6d8d1 by Miss Islington (bot) in branch '3.8': bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) (#24366) https://github.com/python/cpython/commit/901a9834420e516c07d6cad356d2be481db6d8d1

[issue23544] IDLE hangs when selecting Stack View with debug active

2021-01-28 Thread miss-islington
miss-islington added the comment: New changeset 6d87dec5818667168cc7e4ad972dde8aeec6d900 by Miss Islington (bot) in branch '3.9': bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) https://github.com/python/cpython/commit/6d87dec5818667168cc7e4ad972dde8aeec6d900

[issue23544] IDLE hangs when selecting Stack View with debug active

2021-01-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +23189 pull_request: https://github.com/python/cpython/pull/24366 ___ Python tracker ___ __

[issue23544] IDLE hangs when selecting Stack View with debug active

2021-01-28 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +23188 pull_request: https://github.com/python/cpython/pull/24365 ___ Python tracker _

[issue23544] IDLE hangs when selecting Stack View with debug active

2021-01-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 23a567c11ca36eedde0e119443c85cc16075deaf by Zackery Spytz in branch 'master': bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163) https://github.com/python/cpython/commit/23a567c11ca36eedde0e119443c85cc16075deaf --

[issue23544] IDLE hangs when selecting Stack View with debug active

2019-11-15 Thread Tal Einat
Tal Einat added the comment: > perhaps we can make the stack viewer always work Well, perhaps not "always", e.g. probably not while user code is running. -- ___ Python tracker __

[issue23544] IDLE hangs when selecting Stack View with debug active

2019-11-15 Thread Tal Einat
Tal Einat added the comment: Taking this in a different direction, perhaps we can make the stack viewer always work, regardless of whether it is immediately after an exception? Visually inspecting the stack can be useful not just for understanding error cases. -- nosy: +taleinat __

[issue23544] IDLE hangs when selecting Stack View with debug active

2019-11-14 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue23544] IDLE hangs when selecting Stack View with debug active

2019-11-14 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +16673 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/17163 ___ Python tracker ___

[issue23544] IDLE hangs when selecting Stack View with debug active

2019-09-19 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: -kbk, roger.serwy versions: +Python 3.9 -Python 2.7, Python 3.6, Python 3.7, Python 3.8 ___ Python tracker ___

[issue23544] IDLE hangs when selecting Stack View with debug active

2018-06-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: This crashes or hangs the user execution process, but not the IDLE process. So Shell => 'Restart Shell cntl-F6' still works. -- versions: +Python 3.6, Python 3.7, Python 3.8 -Python 3.4, Python 3.5 ___ Python tr

[issue23544] IDLE hangs when selecting Stack View with debug active

2015-02-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: I agree that 'Stack Viewer' does not explain what this does, which is to gives a more detail view of the stack and name bindings after an exception. The doc entry does not either. I will consider 'Stack Trace' or maybe 'Exception Review'. I think a popup me

[issue23544] IDLE hangs when selecting Stack View with debug active

2015-02-27 Thread Andrew Harrington
Andrew Harrington added the comment: I was using this without looking at documentation, as a newbies would. Graying and disabling until after an exception makes sense, but even the menu item name is misleading: any time the program is running there is a stack that you might want to view. Bette

[issue23544] IDLE hangs when selecting Stack View with debug active

2015-02-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: Verified on Windows whenever the debugger is active, meaning that a program is running. (Debug On just means that it will become active when code is run.) No stepping is needed; debugger can be pointing to the inital docstring line. For me also, Idle stops a