- 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
- DebugView Can't work at Vista? (Drivers) by bluestar
- debugview + IA64 (Drivers) by qwert
- unlimitedly.com-unlimited space,unlimited bandwidth,unlimited domain parking for Rs.990/* (Computers & Technology) by unlimitedly
- DebugView stopped working day-to-day (Development Resources) by Markus Springweiler
- debugview does not work on XP? (Drivers) by M Taha Masood

