No longer able to use pudb with Tempest #502
Unanswered
rh-jelabarre
asked this question in
Troubleshooting
Replies: 1 comment
-
Are you sure your stdin is attached to a terminal? It looks like it's trying to read input and getting an EOF. Maybe try the remote debugging facility if that continues to be a problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At one time I was able to use pudb as a debugger for Tempest testcases for testing OpenStack. But over the past half year or more it will no longer work. I will install pudb with "sudo python3 -m pip install pudb" (I have to use sudo, as even with the '--user' switch the install insists on installing packages to /usr/) and put "import pudb;pudb.set_trace()" at the desired breakpoint (usually the beginning of the definition for the particular testcase).
The debug process will fail with this traceback:
Captured traceback:
Beta Was this translation helpful? Give feedback.
All reactions