Announcement

Collapse
No announcement yet.

Debug output improvement

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Debug output improvement

    I would like to see an option that could also write the output in the Debug.Print() to a file.

    Something like:

    Debug.ShowWindow(true);
    Debug.SetTraceMode(true);
    Debug.SetLogFile("c:\\temp\\debug.txt");
    -- do some stuff
    Debug.SetLogFile(); -- turn output to file off

    This could be helpful for people trying to trace down difficult to find crashes by allowing them to trace the code to where it crashes....

  • #2
    Thanks. REF: 16990

    Adam Kapilik

    Comment

    Working...
    X
    😀
    🥰
    🤢
    😎
    😡
    👍
    👎