Tuesday, 14 November 2023

Show the stack trace from a running v2 Python.exe application in Windows

I have the same question as Showing the stack trace from a running Python application with two differences: I'm looking for answers that work on Windows 10 and Python v2.

I have this Python application that gets stuck from time to time and I can't find out where.

Is there any way to signal Python[.exe] to show you the exact code that's running?

Some kind of on-the-fly stacktrace?

I have access to the source code, but I'm unfamiliar with the project at that level; ideally, I wouldn't need to edit the source code to get a stack trace, but if that's the only way, I'm willing to do it. I'm trying to gather enough information to write up a useful bug report for the maintainers.



from Show the stack trace from a running v2 Python.exe application in Windows

No comments:

Post a Comment