Property setting to increase number of lines in the scroll

Questions and discussion about the ZBasic IDE.
Post Reply
stevech
Posts: 715
Joined: 22 February 2006, 20:56 PM

Property setting to increase number of lines in the scroll

Post by stevech »

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?
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Re: Property setting to increase number of lines in the scro

Post by dkinzer »

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".
- Don Kinzer
Post Reply