Skip to content
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

Improve Debug Python File in Editor Menu #137

Closed
paulacamargo25 opened this issue Nov 21, 2023 · 3 comments · Fixed by #138
Closed

Improve Debug Python File in Editor Menu #137

paulacamargo25 opened this issue Nov 21, 2023 · 3 comments · Fixed by #138
Assignees
Labels
feature-request Request for new features or functionality on-testplan Added to test plan
Milestone

Comments

@paulacamargo25
Copy link
Contributor

paulacamargo25 commented Nov 21, 2023

This issue will cover the changes in the Debug Python File button:

  1. Fix the error mentioned here.
  2. Add new button that run the debugger using the launch.json config.
@paulacamargo25 paulacamargo25 self-assigned this Nov 21, 2023
@paulacamargo25 paulacamargo25 added this to the November 2023 milestone Nov 21, 2023
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Nov 21, 2023
@paulacamargo25 paulacamargo25 added feature-request Request for new features or functionality and removed triage-needed Needs assignment to the proper sub-team labels Nov 21, 2023
@paulacamargo25 paulacamargo25 added the on-testplan Added to test plan label Nov 27, 2023
@thoughtfuldata
Copy link

thoughtfuldata commented Mar 19, 2024

I'm still getting this issue.

Version: 1.87.2 (user setup)
Commit: 863d2581ecda6849923a2118d93a088b0745d9d6
Date: 2024-03-08T15:20:17.278Z
Electron: 27.3.2
ElectronBuildId: 26836302
Chromium: 118.0.5993.159
Node.js: 18.17.1
V8: 11.8.172.18-electron.0
OS: Windows_NT x64 10.0.22631

The "Run and Debug" view works( as well as the F5 key) with the default " Python Debugger: Python File" ( basically, launch.json has no entry for this). But debugging through the Run button doesn't do anything and nothing is showing in the "Python Debugger" output

@czuba
Copy link

czuba commented Mar 21, 2024

Ditto. Issue persists in on macos (14.3.1, apple silicon)

Version: 1.87.2 (Universal)
Commit: 863d2581ecda6849923a2118d93a088b0745d9d6
Date: 2024-03-08T15:21:31.043Z
Electron: 27.3.2
ElectronBuildId: 26836302
Chromium: 118.0.5993.159
Node.js: 18.17.1
V8: 11.8.172.18-electron.0
OS: Darwin arm64 23.3.0

If .vscode/launch.json exists in the working directory, nothing happens when clicking the run-in-debugger button at the top right of the file panel. ...no error, no response, nothing.

If I simply change the name to ~launch.json, it works again

@thoughtfuldata
Copy link

thoughtfuldata commented Mar 21, 2024

@czuba Thanks for the info, I will check out if your hack to see if it works for Windows as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality on-testplan Added to test plan
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants