debug-diagnostic-tool

VS2015: Diagnostic tools failed unexpectedly and no “Diagnostic Hub” in output window

房东的猫 提交于 2019-12-23 07:27:46
问题 when starting up an application i always get an error in the "Diagnostic Tools" Window saying: The diagnostic tools failed unexpectedly. The Diagnostics Hub output in the Output window may contain additional information. I already found a solution for VS2015 RTM but this didn't worked for me. I also checked the options in visual studio and the diagnostic tool is enabled during debugging. And i also unchecked the unmanaged code options, like in this post described. The real strange thing is,

Visual Studio Diagnostic Tools - how to change selected process?

允我心安 提交于 2019-12-09 07:36:04
问题 I'm using Diagnostic Tools in Visual Studio 2015 debugging SharePoint Web Part. I'm attached to a few w3wp.exe processes and the window displays this message: Multiple processes are being debugged, but this window is only showing data for w3wp.exe (PID: 1208). That's fine but how do I change the process which it's showing? 回答1: It will analyze your selected startup project. If you have multiple startup projects, set the one you want to analyze at the top of the list. 回答2: Run the application

Saving the list of events from Diagnostic Tools in VS2015

懵懂的女人 提交于 2019-12-07 06:13:39
问题 Is there a way to save the list of events shown in the Visual Studio 2015 Diagnostic Tools Events tab to a file? 回答1: It doesn't seem like there is a way to do this currently, but it has been suggested as a future improvement here: https://visualstudio.uservoice.com/forums/121579-visual-studio-ide/suggestions/11080035-allow-excel-export-for-diagnostic-tools-events 回答2: You can persist a list of exceptions reported in Events tab by enabling IntelliTrace recordings in Tools > Options >

Visual Studio Diagnostic Tools - how to change selected process?

蹲街弑〆低调 提交于 2019-12-03 09:29:15
I'm using Diagnostic Tools in Visual Studio 2015 debugging SharePoint Web Part. I'm attached to a few w3wp.exe processes and the window displays this message: Multiple processes are being debugged, but this window is only showing data for w3wp.exe (PID: 1208). That's fine but how do I change the process which it's showing? It will analyze your selected startup project. If you have multiple startup projects, set the one you want to analyze at the top of the list. Run the application without debugging (Ctrl-F5). Attach the debugger to a process (Ctrl-Alt-P). Choose the process you want to see.

Visual Studio 2015 Diagnostic Tools Memory Usage & C++ Debugging

江枫思渺然 提交于 2019-12-02 18:17:01
问题 I have Visual Studio Enterprise 2015 and a native C++ project. I would like to analyze memory usage. Our software runs as a Windows service, so I typically debug by attaching to the running service. I found that when I do that the Diagnostic Tools Memory Usage is not available: However, when I start the software through the debugger (by pressing F5) the Memory Usage tool shows up: Is it supposed to be like that, ie. is the Memory Usage Diagnostic Tool not supported when attaching to a process

Visual Studio 2015 Diagnostic Tools Memory Usage & C++ Debugging

早过忘川 提交于 2019-12-02 07:33:01
I have Visual Studio Enterprise 2015 and a native C++ project. I would like to analyze memory usage. Our software runs as a Windows service, so I typically debug by attaching to the running service. I found that when I do that the Diagnostic Tools Memory Usage is not available: However, when I start the software through the debugger (by pressing F5) the Memory Usage tool shows up: Is it supposed to be like that, ie. is the Memory Usage Diagnostic Tool not supported when attaching to a process? The Memory Usage Diagnostic Tool is missing both when attaching to a locally running process as well