Questions tagged [debug-diagnostic-tool]
41 questions
0
votes
0 answers
Understanding debugDiag report
We are facing an issue with IIS. Our .net 4.5 Web API application hosted on IIS 8.5 stop serving response. if we look at the worker process, request are queued up. Any subsequent request to same url is blocked by IIS.
The memory and CPU usage on…

SharpCoder
- 18,279
- 43
- 153
- 249
0
votes
1 answer
IIS Application Pool Crashing for any .net application - NullReferenceException in PipelineModuleStepContainer
Hello,
I'm running into an IIS problem for days and nights, it seems the application pools are crushing for any dot net application not just for a specific code, I searched a lot and I tried tons of solutions:
Remove and reinstall IIS
Update…

Fadl Assaad
- 99
- 13
0
votes
1 answer
What is the name of the Microsoft low-level, high speed runtime data capture program"
Microsoft has a tool that will capture SCADS of O/S low-level data while the O/S is running. We're talking memory backed by terabyte SSD. Although I've used it on a few occasions, I can't remember the name. Help.
I've just spent the last 3 hours…

Dick Bridges
- 43
- 7
0
votes
0 answers
How to run debug diagnostic tool as a service
Is there any way to run debug diagnostic tool as a service?
I want to collect IIS/App Pool crash dump in one of our servers. However, the server logs-off users after a few minutes of inactivity, which would close the debug diagnostic tool…

Sang Suantak
- 5,213
- 1
- 27
- 46
0
votes
0 answers
To find the real function name from DebugDiag memleak report
i have memory leak that is being analyzed using the DebugDiag tool 2.0 and the report points to "Top 5 Functions by Allocation count" and "Top 5 functions by Allocation size" both pointing to the following…

user2101801
- 719
- 2
- 8
- 20
0
votes
1 answer
Diagnostic tools not working (VS 2015 Update 2 RTM)
I have an issue:
So I'm trying to profile my UWP / Metro (Win8.1) Apps. And keep facing the very same problem, - Diagnostic tools just won't work (Memory Usage specifically).
I keep getting errors like this:
"Failed to enable stack collection on…

Aleksandr Kurinnoi
- 201
- 1
- 9
0
votes
1 answer
Visual Studio 2015 Update 1 Diagnostic CPU Usage
I'm trying to use Diagnostics Tools Usage CPU to CPU Profiling but when Break All the Call Tree takes a long time to show results, and in some cases not shown. This is a Visual Studio normal behavior of all?

Hudson Cavazin
- 413
- 4
- 12
0
votes
1 answer
"No such interface supported" using Visual Studio 2015 Diagnostic Tools
I'm trying to use Visual Studio 2015 Diagnostic Tools but when I open the Windows this message appears:
The diagnostic tools failed unexpectedly.
Then I review the output window and configure output for Diagnostics Hub then I Found
No such…

JuanK
- 2,056
- 19
- 32
0
votes
1 answer
Set breakpoint in managed code using DebugDiag
I try to use Debug Diagnostic Tool to create Minidump every time when a particular method is invoked.
I started with simple console app:
namespace FastFailApp {
class Program {
static void Main(string[] args) {
…

csharpfolk
- 4,124
- 25
- 31
0
votes
1 answer
Diagnostic Tools Visual Studio 2015 - For Windows 10 Mobile
I try to run Diagnostic tools when I run my project for my smarthphone (In desktop-local machine works perfectly) but when I do it, erros message is showed:
"The Diagnostic Tools window does not support the current debugging configuration"
In…

fipcurren88
- 701
- 5
- 26
0
votes
1 answer
Visual Studio 2015 Diagnostic Tools Memory Usage & C++ Debugging
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…

Helge Klein
- 8,829
- 8
- 51
- 71