Menu

Issue with ms_debug_sink

2008-10-01
2013-04-22
  • Dmitriy Maksimov

    Thank you for the library!!!
    I just started use the library and I like it.

    But I found a bug in ms_debug_sink.

    In method ms_debug_sink::write_string you check

        if (::IsDebuggerPresent())

    It's works well if you execute a program from VisualStudio, but I often use SysInternal's utility Dbgview.exe to catch Debug output. In this case mlog didn't output anything into Debug output.

    PS: Sorry for by bad English - it's not my native language.

     
    • Mikhail Borbot

      Mikhail Borbot - 2008-10-01

      Hello. Thank you for your feedback. I will see to improving debug sinks to work with dbgview.exe

       

Log in to post a comment.