diagnostic-tools

Getting memory error trying to debug manage memory with a big minidump file

家住魔仙堡 提交于 2020-01-01 23:11:44
问题 I'm trying to "Debug Managed Memory" with Visual Studio 2015 Enterprise Edition. The file is at 1.2GB and after while loading I get the error message "Memory analysis could not be completed due to insufficient memory" after have been pressing "Debug Managed Memory" What can I do to still be able to look into the memory with the pdb files? Can I start Visual Studio 2015 with more memory (the computer has 25 GB memory free) I guess it has to do with Visual Studio being running with x86. 回答1: It

Getting memory error trying to debug manage memory with a big minidump file

守給你的承諾、 提交于 2020-01-01 23:11:24
问题 I'm trying to "Debug Managed Memory" with Visual Studio 2015 Enterprise Edition. The file is at 1.2GB and after while loading I get the error message "Memory analysis could not be completed due to insufficient memory" after have been pressing "Debug Managed Memory" What can I do to still be able to look into the memory with the pdb files? Can I start Visual Studio 2015 with more memory (the computer has 25 GB memory free) I guess it has to do with Visual Studio being running with x86. 回答1: It

Can't get Visual Studio Diagnostic Tools to work

拥有回忆 提交于 2019-12-08 16:54:05
问题 I'm having some problems getting the Diagnostic Tools in Visual Studio 2015 (with Update 3) to start. I build and launch a project in Debug Mode, the Diagnostic Tools window pops up with the text Starting Diagnostic Tools... and after around ten minutes this text disappears but the Diagnostic Tools window remains (with nothing on it). There is no output in the Diagnostics Hub, either. This happens on both x86 and x64 platforms, running VS as administrator doesn't help either. VShub.exe an the

Getting memory error trying to debug manage memory with a big minidump file

不打扰是莪最后的温柔 提交于 2019-12-04 22:18:51
I'm trying to "Debug Managed Memory" with Visual Studio 2015 Enterprise Edition. The file is at 1.2GB and after while loading I get the error message "Memory analysis could not be completed due to insufficient memory" after have been pressing "Debug Managed Memory" What can I do to still be able to look into the memory with the pdb files? Can I start Visual Studio 2015 with more memory (the computer has 25 GB memory free) I guess it has to do with Visual Studio being running with x86. It could be related to VisualStudio bug see the following link https://connect.microsoft.com/VisualStudio

ScriptedSandbox64.exe has stopped working - Visual Studio 2015

点点圈 提交于 2019-11-30 05:42:06
This is the second time I've seen the error "Scripted Sandbox64.exe has stopped working" in Visual Studio 2015. In my particular case, I was building a Windows Forms application and you place the application into the system tray in Windows. This application also writes files using System.IO. The project has nothing more than that. Visual Studio 2015 Community Edition crashes. Bahien Nguyen Disable the Diagnostic tool under Tools -> Options -> Debugging -> General -> Enable Diagnostic Tools while debugging More information: https://stackoverflow.com/a/31904957/2856307 Just adding the

ScriptedSandbox64.exe has stopped working - Visual Studio 2015

不想你离开。 提交于 2019-11-27 14:21:43
问题 This is the second time I've seen the error "Scripted Sandbox64.exe has stopped working" in Visual Studio 2015. In my particular case, I was building a Windows Forms application and you place the application into the system tray in Windows. This application also writes files using System.IO. The project has nothing more than that. Visual Studio 2015 Community Edition crashes. 回答1: Disable the Diagnostic tool under Tools -> Options -> Debugging -> General -> Enable Diagnostic Tools while