debugview

Why does DebugView not show debugging messages when Visual Studio does

I am developing a Browser Helper Object running inside Internet Explorer. I am writing debugging messages with ATLTRACE("..."); These appear fine when Visual Studio is attached to the iexplore.exe process, but this is slow for a quick test. DebugView captures nothing from my BHO. Why does DebugView not show BHO debug messages? Is it som...

OutputDebugString + DebugView = not tabs!

I am dumping \t delimited data using using OutputDebugString and then use ex-Sysinternals DebugView to capture it. The problem is that all the data in DebugView appear to be space delimited, hence I need to perfrorm CTRL+H "\x20" "t" to replace spaces with the tabs before I can use it (I really need tab delimited data). Is there anywa...

Windows Kernel Debugger API?...accessing strings

Hi! Does everyone out there knows how can you read windows kernel debugger strings generated by calls to kdPrint or debugPrint functions? Reading in user mode especially but it is also good in kernel mode! It's the same thing as DebugView does but I want to filter and to work only with certain messages (strings) given to the debugger!...

can vs2008, T-SQL, and DebugView be integrated for debugging?

scenario: asp.net WebForms + c# code behind + SQL server 2005 (via stored procedures invoked through a c# data access layer). debug.writeline can create output that can be trapped by Mark Russinovich's DebugView utility: http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx DebugView greatly speeds up the debugging process bec...

Capturing trace/debug information from a Silverlight OOB app running on a Mac

I'm having a problem with a trusted Silverlight 4 OOB app when it runs on a Mac. In order to debug I'd really like to be able to capture the debug/trace information output by the app. (The problem is in in code running in a background thread so outputting debug information to the screen isn't practical and risks creating new issues.) I...

Can I disable "debug view" in Visual Studio 2010?

Visual Studio 2010 switches to "debug view" when i click 'start debugging' - much like Eclipse does. Can i disable this feature - if so how? My machine doesn't perform very well - therefore the feature is irritating. Besides with two monitors i don't need it. Ctrl-F5 starts without debugging. That's not what I meant, I would like to...