Author Topic: Delayed output of CDB(?) debugger  (Read 3221 times)

Offline marfi

  • Multiple posting newcomer
  • *
  • Posts: 27
Delayed output of CDB(?) debugger
« on: February 17, 2007, 02:00:41 pm »
Hello,
I tried to use MS VC80 compiler and CDB debugger together with C::B and I have realized that the output of the CDB debugger (content of "Debugger" panel) is displayed incorrectly. It looks like some debugger messages (for example messages produced by memory leak detectors) are displayed not at the end of the debugging session, but at the start of next debugging session, so the information given at the end of debugging session is always out of date. I use the latest nightly build, XP SP2.

Is there any chance to improve this strange behaviour?