-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Single step does not work on centos 7 w/ 32bit python #206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
If this is the case, then under what config doesn't it work. I assume it doesn't work in 32bit python. |
From @jhsterling on October 26, 2017 0:39 Right it does not work in 32bit python on Centos 7. I will try it on Ubuntu tonight. |
From @jhsterling on October 26, 2017 1:14 Same behavior on Ubuntu. Using a debugger (pdb i assume) via ipython works correctly. |
From @ancillaryCode on November 7, 2017 18:22 I get the same issue on Debian 32 bit. When I run strace on the Python process, it's waiting on a futex.
|
@jhsterling Please could you confirm you're using Ubuntu 32bit. |
Don, I am using 64 bit Linux installations. 1- Centos 7 and 2-Mint 18.2. We develop for 32 bit embedded processors. Our simulation uses a 32 bit python front end.
…-John
On Jan 18, 2018, at 3:39 PM, Don Jayamanne ***@***.***> wrote:
@jhsterling <https://github.com/jhsterling> Please could you confirm you're using Ubuntu 32bit.
I'd like to confirm that everyone having this issue is using a 32bit Linux OS.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#206 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AHwSeKr_dzsc9XPXgK_Zqv58GYLszypcks5tL8gagaJpZM4Qdpw4>.
|
This is my current toolset |
I have the same issue on Ubuntu 32bit. VS Code Version 1.20.0 Python Extension Version: 2018.1 (01 Feb 2018) |
@jhsterling @goranpetrovikj |
@DonJayamanne The experimental debugger works! |
Closing as the experimental debugger resolves this issue and the experimental debugger is the default. |
From @jhsterling on October 24, 2017 17:18
Environment data
VS Code version: 1.17.2
Python Extension version: 0.7.0
Python Version: 2.7.13 :: Anaconda, Inc.
OS and version: CentOS Linux release 7.1.1503 (Core)
Actual behavior
When debugging if F10 or single step is pressed the debug session is lost
Expected behavior
single step
Steps to reproduce:
Logs
Output from
Python
output panelOutput from
Console window
(Help->Developer Tools menu)Copied from original issue: DonJayamanne/pythonVSCode#1338
The text was updated successfully, but these errors were encountered: