-
Notifications
You must be signed in to change notification settings - Fork 675
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
v1.8 breaks debugging of stand-alone executables on Windows if 'programName' is missing '.exe' #1335
Comments
@iSazonov I think I see the problem. I am assuming |
@gregg-miskelly Thanks! I tested this without success. |
@iSazonov is your project something that I can clone? Does the file |
@gregg-miskelly It is https://github.com/PowerShell/PowerShell/ Related Issue PowerShell/PowerShell#3356 |
@iSazonov I think you must have run into the VSCode bug where if you make a launch.json change and immediately hit F5 it may not take effect, because when I added the |
@gregg-miskelly Many thanks!
So I see two Issue:
|
@iSazonov Your 'launch.json change didn't apply' bug may be microsoft/vscode#22535. At least I haven't noticed the issue anymore after upgrading to an insiders build with the fix. |
@gregg-miskelly Clear. Thanks. Waiting 1.11 Should I still do something on the question about vsdbg-ui.exe ? |
That is what this bug tracks. |
This will be fixed in 1.9. |
@gregg-miskelly Many thanks! |
I have posted a new release of the C# extension that includes the fix. To try it -- use the use the Installing Beta Releases instructions to install v1.9.0-beta2. |
Confirm - in the beta the debugger is attached well. Thanks! |
Environment data
dotnet --info
output:.NET Command Line Tools (1.0.0-preview2-1-003177)
Product Information:
Version: 1.0.0-preview2-1-003177
Commit SHA-1 hash: a2df9c2576
Runtime Environment:
OS Name: Windows
OS Version: 10.0.10240
OS Platform: Windows
RID: win10-x64
VS Code version: 1.10.2
C# Extension version: 1.8.0
Steps to reproduce
After update on VS Code version: 1.10.2 and C# Extension version: 1.8.0 debugging no longer working on Windows (below config ".NET Core Launch"). After revert to C# Extension version: 1.7.0 debugging work well again.
Expected behavior
VS Code launch debugger.
Actual behavior
Vs Code show error: "The system cannot find the file specified" on launch debugger step.
Console output:
launch.json
The text was updated successfully, but these errors were encountered: