AGS.Editor.AGSEditor._debugger_BreakAtLocation C# (CSharp) Method

_debugger_BreakAtLocation() private method

private _debugger_BreakAtLocation ( DebugCallStack callStack ) : void
callStack DebugCallStack
return void
        private void _debugger_BreakAtLocation(DebugCallStack callStack)
        {
            Factory.GUIController.HideOutputPanel();
            Factory.GUIController.ShowCallStack(callStack);
            Factory.GUIController.ZoomToFile(callStack.Lines[0].ScriptName, callStack.Lines[0].LineNumber, true, callStack.ErrorMessage);
        }