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

x86 Windows is not currently supported by the .NET Core debugger. Debugging will not be available #2341

Closed
twtyypmb opened this issue May 24, 2018 · 2 comments

Comments

@twtyypmb
Copy link

twtyypmb commented May 24, 2018

Environment data

dotnet --info output:
Product Information:
Version: 2.0.0
Commit SHA-1 hash: cdcd1928c9

Runtime Environment:
OS Name: Windows
OS Version: 6.1.7601
OS Platform: Windows
RID: win7-x86
Base Path: C:\Program Files\dotnet\sdk\2.0.0\

Microsoft .NET Core Shared Framework Host

Version : 2.0.0(still occur on 2.1.0)
Build : e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d

VS Code version:
version 1.23.1
submit d0182c3417d225529c6d5ad24b7572815d0de9ac
datetime 2018-05-10T17:11:38.209Z
Shell 1.7.12
render 58.0.3029.110
Node 7.9.0
Structure ia32
C# Extension version:
1.15.2

Steps to reproduce

open a new folder
type "dotnet new console"
set a breakpoint,and run debug

Expected behavior

the application is running,and stop at the breakpoint

Actual behavior

the application did not run

@SIkebe
Copy link

SIkebe commented May 24, 2018

@twtyypmb dup of #844

@ctkqiang
Copy link

Environment data

dotnet --info output:
Product Information:
Version: 2.0.0
Commit SHA-1 hash: cdcd1928c9

Runtime Environment:
OS Name: Windows
OS Version: 6.1.7601
OS Platform: Windows
RID: win7-x86
Base Path: C:\Program Files\dotnet\sdk\2.0.0\

Microsoft .NET Core Shared Framework Host

Version : 2.0.0(still occur on 2.1.0)
Build : e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d

VS Code version:
version 1.23.1
submit d0182c3417d225529c6d5ad24b7572815d0de9ac
datetime 2018-05-10T17:11:38.209Z
Shell 1.7.12
render 58.0.3029.110
Node 7.9.0
Structure ia32
C# Extension version:
1.15.2

Steps to reproduce

open a new folder
type "dotnet new console"
set a breakpoint,and run debug

Expected behavior

the application is running,and stop at the breakpoint

Actual behavior

the application did not run

How to ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants