Page 1 of 1

Debugger Fix (big structs problem)(plus bug?)

Posted: Tue Feb 07, 2006 11:25 pm
by mdp
The following hangs the debugger (variable viewer) for a while:

Code: Select all

Structure mystruct
   arr.s[65536] 
EndStructure
ms.mystruct

CallDebugger ; and open variable viewer
This does not involve peeking the structure instance itself: as soon as you open the VariableViewer, the IDE is stuck.
Maybe (kind of) a limiter to too big information could help...

(BTW: could also lead to a proper IDE bug, since the last time I tried, just before posting, I managed to "break" the window - I press the 'Kill Program' button, message 'The Program was killed.' appears, but the "skull and bones" icon is still there undying ( :-) ); I can browse the tabber of the VariableViewer window but I cannot close it)

This is valid for both 3.94 and 4.0beta1

[edit]
@moderator: sorry, maybe that was meant for the 'PB Editor' section...