Author Topic: prevent gdb from catching OutputDebugString?  (Read 3345 times)

Offline jomeggs

  • Multiple posting newcomer
  • *
  • Posts: 92
prevent gdb from catching OutputDebugString?
« on: July 04, 2007, 12:03:51 am »
Hi,

While debugging WIN applications, I prefer the usage of debugview for display my OutputDebugString() messages. The problem is, that GDB catches these messages and nothing is shown in debugview. If I run my application without GDB, all works fine.

I looked arround a lot, but couldn't find a GDB option to prevent this behavior. Is anyone here who could tell me a solution?