I have problem about debugging in visual Studio 2010. when i start C# project file and compiling the C# source file or Window form then it is showing the stack trace on output console. You can see the image at last. I checked on google,youtube but i didn't get the proper solution for it. same problem had occured on visual studio 2012.It is properly works the without debug mode. it is having a problem with debug mode..so Please give me solution..
Asked
Active
Viewed 461 times
-2
-
That is not the stacktrace, those are the loaded modules if you want to disable them look [here](http://stackoverflow.com/questions/1270001/visual-studio-2008-output-hide-dll-loads-and-unloads) – Bobby Tables Feb 16 '17 at 14:35
-
whats your problem being modules getting loaded as long as you are able to hit breakpoint into vs. – Abhinav Feb 16 '17 at 14:40
-
0xc000041d = STATUS_FATAL_USER_CALLBACK_EXCEPTION = An unhandled exception was encountered during a user callback . add better exception handling in code – magicandre1981 Feb 16 '17 at 16:33
-
I am not able to debug the program.It is directly terminating. if i use the breakpoints then there is also having the same problem. is it problem related to .net framework.? – tejas Feb 16 '17 at 19:39