Closed
Description
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
- 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