Anyone know how to place a tab or newline into the print message of a breakpoint and have it show up correctly?
Thus far I've tried '\t' and '\t' which give the same thing in the debug output. I've also tried just putting in 4 spaces, but they get removed after I click OK in the 'When Breakpoint is Hit' dialog.
I'm using VS.NET 2008 with native code if that makes a difference.
Thanks.