debugger closes the terminal

samjesse

Active Trader
Aug 30, 2011
118
0
27
Hi

build 527

I am having a strange problem. when I step through the code "F10", and reach the line double Y=0.0; in the following loop
MQL5:
      for( ushort i = 0; i < n; i++) 
      {
         double Y=0.0;

the mt5 terminal gets closed and the debugging mode exits.
 
Last edited by a moderator: