Debug window limit
Posted: Wed Mar 07, 2012 11:20 pm
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?
http://www.purebasic.com
https://www.purebasic.fr/english/
Code: Select all
For a = 4095 To 4097
Debug Space(a)
Next