Single step does not work on centos 7 w/ 32bit python
See original GitHub issueFrom @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:
- Start a debug session with stop on entry == true
- press F10
- Pressing break causes nothing to occur
- Pressing stop ends the debug session
- All others are grayed out
- works with 64 bit python
Logs
Output from Python
output panel
Output from Console window
(Help->Developer Tools menu)
Copied from original issue: DonJayamanne/pythonVSCode#1338
Issue Analytics
- State:
- Created 6 years ago
- Comments:11
Top Results From Across the Web
Python 3 Installation & Setup Guide
The first step to getting started with Python is to install it on your ... With the command line open, type in the...
Read more >Python Cannot install module spaCy - Stack Overflow
I was using windows10 64bits and python 3.8.2(32bits) and don't work for me. I Uninstalled python 32 bits and installed python 64bits, ...
Read more >5. Creating Built Distributions — Python 3.11.1 documentation
A built distribution is how you make life as easy as possible for installers of your module distribution: for users of RPM-based Linux...
Read more >How to Install Python on Windows 10 | DigitalOcean
Step 1: Download the Python Installer binaries · Open the official Python website in your web browser. Navigate to the Downloads tab for...
Read more >How to Install NumPy {Windows, Linux and MacOS}
NumPy (Numerical Python) is an open-source library for the Python ... to one of our installation guides – How to Install Python on...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@DonJayamanne The experimental debugger works!
Closing as the experimental debugger resolves this issue and the experimental debugger is the default.