Print()
, Comment()
, or Alert()
calls to log values. In contrast, MQL5 (MT5) has the MetaEditor debugger, allowing breakpoints and watches. (Even on MT5, compiling the EA in Debug mode is needed to enable full debugging features.)
Print()
, Comment()
, or Alert()
calls to log values. In contrast, MQL5 (MT5) has the MetaEditor debugger, allowing breakpoints and watches. (Even on MT5, compiling the EA in Debug mode is needed to enable full debugging features.)