How to break in debugger via command?

 
Is there any command to stop running program without breakpoint?
 
Avi: Is there any command to stop running program without breakpoint?

Do you mean this?

DebugBreak

Program breakpoint in debugging


You do know that there is a Search function in MetaEditor's Help and also here on the Documentation section, right?

Documentation on MQL5: Common Functions / DebugBreak
Documentation on MQL5: Common Functions / DebugBreak
  • www.mql5.com
DebugBreak - Common Functions - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
 
Fernando Carreiro #:

Do you mean this?

DebugBreak

Program breakpoint in debugging


You do know that there is a Search function in MetaEditor's Help and also here on the Documentation section, right?

Great

Thank you