question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Single step does not work on centos 7 w/ 32bit python

See original GitHub issue

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:

  • Start a debug session with stop on entry == true
  • press F10

sb8ywp 3

  • 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:closed
  • Created 6 years ago
  • Comments:11

github_iconTop GitHub Comments

2reactions
goranpetrovikjcommented, Apr 25, 2018

@DonJayamanne The experimental debugger works!

0reactions
DonJayamannecommented, Sep 27, 2018

Closing as the experimental debugger resolves this issue and the experimental debugger is the default.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found