When the process I’m debugging outputs a big msg, IDA is truncating its content, it only prints half the message on the Output window.
Theres any option or config i could modify to increase this limit?
The output window im referring is this one:
When the process I’m debugging outputs a big msg, IDA is truncating its content, it only prints half the message on the Output window.
Theres any option or config i could modify to increase this limit?
The output window im referring is this one:
You can make it log to a file.
The message is not that big to be logged to a file, and i would like to see it on the Output window.
Will OUTPUT_SCROLLBACK in idagui.cfg help you?
I’m not finding OUTPUT_SCROLLBACK in idagui.cfg, im using version 9.1
Sorry if i didnt make it clear, not speak english very well, i mean something like this:
If process outputs “abcdef…”, on IDA Output window its cropping the msg and showing just “abc”
This sounds like number of bytes / number of unicode characters problem…
If it is only about the message in the screenshot, there is a different explanation: when the user hides a dialog by clicking on “Do not show this message again”, the dialog is not displayed anymore, but the beginning of its message is displayed in the output window.
There is no way to force IDA to display the entire dialog message in this case.