Debug window limit

Everything else that doesn't fall into one of the other PB categories.
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Debug window limit

Post by SFSxOI »

Is there a limit of the amount of information the debug window can display on a single line and if so is there a way to increase that limit?
The advantage of a 64 bit operating system over a 32 bit operating system comes down to only being twice the headache.
User avatar
Derren
Enthusiast
Enthusiast
Posts: 319
Joined: Sat Jul 23, 2011 1:13 am
Location: Germany

Re: Debug window limit

Post by Derren »

1) The limit is 4092 ( = 2^12)
2) I don't know, sorry.

Code: Select all

For a = 4095 To 4097
	Debug Space(a)
Next 
Post Reply