AGS.Editor.AGSEditor._debugger_BreakAtLocation C# (CSharp) 메소드

_debugger_BreakAtLocation() 개인적인 메소드

private _debugger_BreakAtLocation ( DebugCallStack callStack ) : void
callStack DebugCallStack
리턴 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);
        }