|
|
| Author |
Message |
stevech
Joined: 23 Feb 2006
Posts: 657
|
|
Posted: 27 April 2007, 23:13 PM Post subject: Property setting to increase number of lines in the scroll |
|
|
| IDE Property setting to increase number of lines in the scroll history for the serial port debug window, and how to save that to a disk file or clipboard? |
|
| Back to top |
|
 |
dkinzer Site Admin
Joined: 03 Sep 2005
Posts: 2499
Location: Portland, OR
|
|
Posted: 27 April 2007, 23:46 PM Post subject: Re: Property setting to increase number of lines in the scro |
|
|
| stevech wrote: | | IDE Property setting to increase number of lines in the scroll history for the serial port debug window |
You can effect a change by manually modifying to the User Properties file. See debug.line.limit in Chapter 5 of the ZBasic Reference Manual.
| stevech wrote: | | [...] and how to save that to a disk file or clipboard? | If you're referring to the content of the debug window, right click in the debug window, choose "Select All" then right click and select "Copy". |
|
| Back to top |
|
 |
|