I am trying stop "debug" libraries of wxwindows 2.5.x from catching exceptions.
tried to compile the libs without the _DEBUG but it didnt help.
When i tried to link my application with the "release" libraries the link fails claiming it's missing wxAssert()
i really dont understand why anyone would want that bogus 2mb of text dumped rather then having the debugger go to the line where the exception happend.