Tech Support > Microsoft Windows > Drivers > debugview line size not unlimited !
debugview line size not unlimited !
Posted by patricerolland on June 9th, 2008


hi friends, i use debugview to debug my driver and i have a problem.
The line size is cut when it is too long. How can i have all the line
or increase the size of the line buffer ?

tks
Pat

Posted by Ben Voigt [C++ MVP] on June 10th, 2008


patricerolland wrote:
Split it into smaller pieces that fit...



Posted by Deepakumar on June 11th, 2008


buffer. Any output longer than the 512 bytes is lost. So split and send it.


Similar Posts