Debug window limit
Debug window limit
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.
Re: Debug window limit
1) The limit is 4092 ( = 2^12)
2) I don't know, sorry.
2) I don't know, sorry.
Code: Select all
For a = 4095 To 4097
Debug Space(a)
Next 
