DBG_BUFFER
WTSupported in traditional Synergy on Windows
|
|
|
|
The DBG_BUFFER environment variable specifies the number of lines of display text that the debugger window and the Toolkit debugger window will retain when scrolling.
Value
The number of display lines of debugger window text to retain.
Discussion
The debugger window and the Toolkit debugger window display 25 lines of text at a time (or the value of DBG_HEIGHT), but you can scroll to view additional lines. By default, 300 lines are saved in the display buffer. You can set DBG_BUFFER to override this setting.
Setting location
The [synergy], [dbr], or [myprog] section of synergy.ini (where myprog is any .dbr file).
Used by
Debugger, UI Toolkit debugger
Examples
In the synergy.ini file,
[synergy] DBG_BUFFER=400