VS 2017退出代码 [英] VS 2017 exiting with code

查看:670
本文介绍了VS 2017退出代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

'dotnet.exe'(CoreCLR:DefaultDomain):已加载'C:\Program Files \dotnet \ Shared \ Microsoft .NETCore.App\1.1.1 \ System.Private.CoreLib.ni。 DLL"。跳过加载符号。模块已经过优化,调试器选项"Just My Code"已启用。

'dotnet.exe'(CoreCLR:clrhost):已加载'C:\Users\user \documents \ visual studio 2017 \Projects\ConsoleApp1\ConsoleApp1\bin\Debug\\\
etcoreapp1.1\ConsoleApp1.dll'。已加载符号。

'netnet.exe'(CoreCLR:clrhost):已加载'C:\Program Files \dotnet \ Shared \ Microsoft .NETCore.App\1.1.1 \ System.Runtime.dll"。跳过加载符号。模块已经过优化,调试器选项"Just My Code"已启用。

'blenet.exe'(CoreCLR:clrhost):已加载'C:\Program Files \dotnet \ shared \ Microsoft.NETCore.App\1.1.1\mscorlib.dll"。无法找到或打开PDB文件。

'netnet.exe'(CoreCLR:clrhost):已加载'C:\Program Files \dotnet \ Shared \ Microsoft.NETCore.App \ 1.1.1\System.Console.dll"。跳过加载符号。模块已经过优化,调试器选项"Just My Code"已启用。

'blenet.exe'(CoreCLR:clrhost):已加载'C:\Program Files \dotnet \ shared \ Microsoft.NETCore.App\1.1.1\System.IO.dll"。跳过加载符号。模块已经过优化,调试器选项"Just My Code"已启用。

'blenet.exe'(CoreCLR:clrhost):已加载'C:\Program Files \dotnet \ shared \ Microsoft.NETCore.App\1.1.1\System.Threading.dll"。跳过加载符号。模块已经过优化,调试器选项"Just My Code"已启用。

'blenet.exe'(CoreCLR:clrhost):已加载'C:\Program Files \dotnet \ shared \ Microsoft.NETCore.App\1.1.1\System.IO.FileSystem.Primitives.dll"。跳过加载符号。模块已经过优化,调试器选项"Just My Code"已启用。

'blenet.exe'(CoreCLR:clrhost):已加载'C:\Program Files \dotnet \ shared \ Microsoft.NETCore.App\1.1.1\System.Text.Encoding.dll"。跳过加载符号。模块已经过优化,调试器选项"Just My Code"已启用。

'blenet.exe'(CoreCLR:clrhost):已加载'C:\Program Files \dotnet \ shared \ Microsoft.NETCore.App\1.1.1\System.Text.Encoding.Extensions.dll"。跳过加载符号。模块已经过优化,调试器选项"Just My Code"已启用。

'blenet.exe'(CoreCLR:clrhost):已加载'C:\Program Files \dotnet \ shared \ Microsoft.NETCore.App\1.1.1\System.Threading.Tasks.dll"。跳过加载符号。模块已经过优化,调试器选项"Just My Code"已启用。

程序'[9072] dotnet.exe'已退出,代码为0(0x0)。

'dotnet.exe' (CoreCLR: DefaultDomain): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\1.1.1\System.Private.CoreLib.ni.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Users\user\documents\visual studio 2017\Projects\ConsoleApp1\ConsoleApp1\bin\Debug\netcoreapp1.1\ConsoleApp1.dll'. Symbols loaded.
'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\1.1.1\System.Runtime.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\1.1.1\mscorlib.dll'. Cannot find or open the PDB file.
'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\1.1.1\System.Console.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\1.1.1\System.IO.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\1.1.1\System.Threading.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\1.1.1\System.IO.FileSystem.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\1.1.1\System.Text.Encoding.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\1.1.1\System.Text.Encoding.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'dotnet.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\1.1.1\System.Threading.Tasks.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
The program '[9072] dotnet.exe' has exited with code 0 (0x0).

推荐答案

嗨PRASSAAD,

Hi PRASSAAD,

>> 跳过加载符号。模块已经过优化,调试器选项"Just My Code"已启用。

>> Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.

根据输出消息,似乎未加载符号文件。

Based on the output messages, it seems that the symbol file was not loaded.

(1)请在调试模式下调试您的应用程序,而不是发布模式。

(1) Please debug your app in Debug mode, not release mode.

(2)不启用项目属性中的优化选项。

(2) Not enable the optimized option in your project property.

(3)请同时禁用JIT调试。

(3) Please also disable the JIT debugging.

(4)在TOOLS-> Options-> Debugging-> Symbols下启用符号服务器。

(4) Enable the symbol server under TOOLS->Options->Debugging->Symbols.

(5)请同时运行你的VS作为管理员。

(5) Please also run your VS as the admin.

然后在你的代码中添加断点,再次调试你的应用程序。

And then add the breakpoint in your code, debug your app again.

最好的问候,

杰克


这篇关于VS 2017退出代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆