小编Lin*_*rần的帖子

.NET Core 调试器当前不支持 x86 Windows。调试将不可用

我无法调试我的代码。这是演示:

[.NET Core 调试器当前不支持 x86 Windows。调试将不可用。][1]

这是launch.json的副本:

`{
   // Use IntelliSense to find out which attributes exist for C# debugging
   // Use hover for the description of the existing attributes
   // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md
   "version": "0.2.0",
   "configurations": [

        {
            "name": ".NET Core Launch (console)",
            "type": "coreclr",
            "request": "launch",
            "preLaunchTask": "build",
            // If you have changed target frameworks, make sure to update the program path.
            "program": "${workspaceFolder}/bin/Debug/netcoreapp2.0/Mega_01.dll",
            "args": [],
            "cwd": "${workspaceFolder}",
            // For more information about the 'console' field, …
Run Code Online (Sandbox Code Playgroud)

.net c# debugging

5
推荐指数
0
解决办法
2756
查看次数

标签 统计

.net ×1

c# ×1

debugging ×1