Options

Debugger hangs when using big array vars

gilbertgilbert Member Posts: 11
edited 2015-04-17 in NAV Three Tier
Hello,

on NAV 2013 R2, when debugging an object (We've test on a Report), that has defined a big array variable, in example:

Arr integer 20000,3

While debugging, when you puts the mouse pointer over a var to examine the current value or when you try to open the Variable Form, debugger hangs.

When remove the big array var from object, debugger operates normally.

Has anyone experience this error? There are some trick to avoid the debugger hangs?

Thank you!
Sign In or Register to comment.