In Visual Studio for a C# project, if you go to Project Properties > Build > Advanced > Debug Info you have three options: none, full, or pdb-only.
Is it possible, given a java.lang.Class object, to get the source file name and the line number at which the class was declared?
Background When working on a closed network (i.e. no internet connection), Microsoft\'s public symbol server isn\'t available during my debugging sessions. I\'m most interested in the debug symbols f
As an extension of question MSVC unresolved external symbol linking executables.A contains and a class P with two member functions F and G, and also contains a global P MyP. I\'m attempting to call fu
I\'ve been searching around the internet - and StackOverflow - for some recommendations on some lightweight .NET debuggers, but so far I haven\'t had a lot of luck. Some articles/posts are either pret
I am writing an IDE to use with Delphi DWScript开发者_开发问答 and now have a simple debuggable script. I now want to highlight the executable lines in my source (like the blue dots at the left of the
I am building a tool that process my VC++ source codes.For this, I need to obtain a list of symbols including local variable names and their types used by my codes.I know Visual C++ 2010 already provi
I\'m trying to hook up a real-time crash reporting service like airbrake, bugse开发者_开发问答nse or TestFlight\'s SDK but I\'m wondering if the crash reports that are generated from crashes are any g
I have written an RCP program. Somewhere in my underlying plug-in there is a NullPointerException. I get the stack trace and everything, but the code doesn\'t seem to be generated with debug info in i
I am having Windows 7 x64 SP1. I have downloaded symbols from: http://msdn.microsoft.com/en-us/windows/hardware/gg463028