-
Notifications
You must be signed in to change notification settings - Fork 677
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
Debugger doesn't support x86 Windows #844
Comments
NOTE that when we fix this, we need to remove the code added in #998 |
Any progress? |
We aren't ready to guess when we will be able release support for this -- we have some hot items which are currently consuming all of our time, but we are much closer to it then we once were. We almost have a new build system in place which among other things, finishes most of the build side of the work for this. |
Thank you! It's good to know. |
I'm currently using V1.12.2. I couldn't make debug my code with any Break Point,my machine is 32bit. When this be fixed ? |
Is there a fix yet? A x86 user here, not able to debug my c# programs on vs code! But, nonetheless, VS Code is the best editor from Microsoft ever!! |
Unfortunately, this hasn't been something we have been able to work on yet. |
@gregg-miskelly This is really unfortunate as I have been eagerly waiting to have C# debugger up and running in VS code for my x86 machine!! Please help us resolve it fast!! |
Any progress on this? |
any progress?If the problem will not be solved,I have to give up .net core.Is it as design? |
Unfortunately due the low usage of x86 Windows operating systems and many competing priorities, we are unable to fund adding x86 debugging support at this time. The C# extension will of course continue to function as an editor on x86 Windows. We recommend anyone looking for .NET debugging on x86 Windows to use Visual Studio instead. See https://www.visualstudio.com/downloads/ for more information. |
Ya I'm also getting the same error |
Steps to reproduce
On x86 (32-bit) Windows, download VS Code, and install the C# extension
Expected behavior
32-bit debugger downloads and runs
Actual behavior
32-bit Windows isn't supported.
The text was updated successfully, but these errors were encountered: