I'm printing certain messages to the debug console to decode a small section of my code. I print specific messages everytime certain dissectors are called (most are called for each packet), however some of the earlier messages get cut off because the debug console doesn't scroll up to the place where they've been printed. And I don't want to write to file because it slows down my work. Is there some way to increase the buffer size of the debug console so that I can see the them? asked 24 Sep '12, 22:07 SidR |
One Answer:
Never mind. I figured it out. Properties->Layout->(Increase height of Screen Buffer Size). Sorry for the silly question. answered 24 Sep '12, 22:16 SidR |
It's OK if you figured it on your own. No need to delete the question. Who knows, someone else might find your answer helpful someday.