diagnostics Questions
3
Solved
I must have fat-fingered something to turn it off, but when I try to run any c# project (.net 6 windows wpf, or even just a commandline application) in debug mode, I no longer see the Diagnostic To...
Doriadorian asked 17/2, 2022 at 17:22
9
Solved
I have Visual Studio 2015 Community Edition Update 3 running on Windows 7 SP1 64 bit, which I use to develop C# applications.
I love the diagnostic tools during debugging to spot performance probl...
Bryon asked 3/9, 2016 at 15:5
4
Solved
Copy elision is a neat optimization technique and in some cases relying on copy elision can actually be faster than passing around references "by hand".
So, let's assume you have identified a crit...
Coeliac asked 26/5, 2011 at 14:42
5
Solved
How can I obtain the command line arguments of another process?
Using static functions of the System.Diagnostics.Process class I can obtain a list of running processes, e.g. by name:
Process[] p...
Bojorquez asked 2/2, 2009 at 18:10
2
For the sake of making debugging easier and such, I would like to know all traits implemented for a type within a certain scope. Can I get rustc to provide me this information? If so, how?
Receptacle asked 29/10, 2014 at 5:20
11
Solved
I'm trying to set up an application from a third party, which requires a supporting website hosted in my local IIS. I've created a website exactly as explained in their install guide, but am having...
Unforgettable asked 21/6, 2011 at 13:49
0
Problem
I am trying to diagnose a potential memory leak/problem in my code. Using the memory diagnostic tools with all other options unset, the memory usage looks normal, but there are no incidents...
Hartley asked 5/2, 2022 at 21:12
6
Solved
Is it possible to get the size of system available memory in C#.NET? if yes how?
Faubion asked 21/7, 2010 at 3:58
1
Solved
Is there any C compiler able to detect* the violation of a "strictly conforming program"?
* under some option, for example, --accept-only-strictly-conforming-program
If no, then whi...
Precision asked 3/6, 2021 at 11:15
2
I am refreshing some very old code in our diagnostic library to modern C++, and one piece of code remains that has always bothered me. It is a very common kind of scoped logging function that uses ...
Percale asked 5/4, 2021 at 6:9
7
Solved
I'm trying to find out how much memory my own .Net server process is using (for monitoring and logging purposes).
I'm using:
Process.GetCurrentProcess().PrivateMemorySize64
However, the Process...
Shading asked 27/8, 2008 at 20:5
7
Solved
I would like to find a way to loop through all the active processes and do diagnostics checks on them (mem usage, cpu time etc) kinda similar to the task manager.
The problem is broken down into ...
Wilsonwilt asked 15/3, 2009 at 19:44
1
When I try to profile in VS2017 15.3 I get the following message on screen:
"Microsoft Visual Studio encountered an error during your diagnostics session"
In the Diagnostics Hub below the following...
Ebberta asked 25/10, 2017 at 10:50
0
I have a Windows Service written in C# which is running on a customer's server and seems to be working fine without any problems, but the CPU usage for this process is often much higher than I woul...
Artur asked 8/12, 2017 at 15:19
3
Solved
I know that #pragma clang diagnostics can be used for ignoring some warnings generated by clang. But I don't know how to use this correctly.
For example, for an unused variable warning we can avoi...
Suet asked 19/11, 2013 at 18:15
2
I have a shiny app that runs fine on my local machine in RStudio. I have launched an AWS EC2 Ubuntu instance and installed R and shiny-server on it. When I access the app via browser, the app crash...
Bultman asked 7/9, 2016 at 19:9
2
We started our project with dotnet template for Angular with server side rendering (JavaScriptServices).
We sometimes get timeouts on the server side rendering of Angular4 and there isn't much on t...
Cervix asked 11/8, 2017 at 10:7
3
Solved
What flag can we pass to Get-Content to display control characters such as \r\n or \n?
What I am trying to do, is to determine whether the line endings of a file are in the Unix or Dos style. I h...
Maisel asked 1/12, 2014 at 16:58
6
Solved
As a diagnostic, I want to display the number of cycles per second in my app. (Think frames-per-second in a first-person-shooter.)
But I don't want to display the most recent value, or the average...
Erythromycin asked 22/6, 2010 at 20:34
2
Solved
VS 2015
I've checked these questions before:
1
2
When debugging two or more solutions only first one will run Diagnostic Tools.
Other ones will throw:
Is there a way to run diagnostic tools in eac...
Favus asked 13/4, 2016 at 18:15
1
Whats is the difference between .CDD and .ODX file in vehicle diagnostic and what .ODX and .CDD file contains?
Catamite asked 29/9, 2016 at 5:11
2
I created a blank solution with a single Azure Worker Role. I enabled performance monitoring and diagnostics using the default settings.
When I run the app (which runs successfully) I try to look ...
Misprision asked 4/12, 2016 at 19:31
1
VS2015 includes some new tools for diagnosing WPF applications performance. My solution contains more than one project (e.g. View and ViewModel projects). When I start my View project in diagnose m...
Tenuis asked 2/11, 2015 at 16:52
11
Solved
I started using a diagnostic css stylesheet, e.g.
http://snipplr.com/view/6770/css-diagnostics--highlight-deprecated-html-with-css--more/
One of the suggested rules highlights input tags with the ...
Pericynthion asked 14/12, 2009 at 20:59
2
Solved
I have a project, that using System.Diagnostics for logging,
And it creating lots of new logs files, each one starting with GUID,
Even when the last log file was very small
I want to setup a rol...
Stopover asked 25/9, 2011 at 11:10
1 Next >
© 2022 - 2025 — McMap. All rights reserved.