531 Private slot to handle the 'Clear breakpoints' action. |
531 Private slot to handle the 'Clear breakpoints' action. |
532 </p> |
532 </p> |
533 |
533 |
534 <a NAME="DebugUI.__clientBreakConditionError" ID="DebugUI.__clientBreakConditionError"></a> |
534 <a NAME="DebugUI.__clientBreakConditionError" ID="DebugUI.__clientBreakConditionError"></a> |
535 <h4>DebugUI.__clientBreakConditionError</h4> |
535 <h4>DebugUI.__clientBreakConditionError</h4> |
536 <b>__clientBreakConditionError</b>(<i>filename, lineno, debuggerId</i>) |
536 <b>__clientBreakConditionError</b>(<i>filename, lineno, _debuggerId</i>) |
537 <p> |
537 <p> |
538 Private method to handle a condition error of a breakpoint. |
538 Private method to handle a condition error of a breakpoint. |
539 </p> |
539 </p> |
540 |
540 |
541 <dl> |
541 <dl> |
546 </dd> |
546 </dd> |
547 <dt><i>lineno</i> (int)</dt> |
547 <dt><i>lineno</i> (int)</dt> |
548 <dd> |
548 <dd> |
549 line umber of the breakpoint |
549 line umber of the breakpoint |
550 </dd> |
550 </dd> |
551 <dt><i>debuggerId</i> (str)</dt> |
551 <dt><i>_debuggerId</i> (str)</dt> |
552 <dd> |
552 <dd> |
553 ID of the debugger backend |
553 ID of the debugger backend (unused) |
554 </dd> |
554 </dd> |
555 </dl> |
555 </dl> |
556 <a NAME="DebugUI.__clientDebuggerId" ID="DebugUI.__clientDebuggerId"></a> |
556 <a NAME="DebugUI.__clientDebuggerId" ID="DebugUI.__clientDebuggerId"></a> |
557 <h4>DebugUI.__clientDebuggerId</h4> |
557 <h4>DebugUI.__clientDebuggerId</h4> |
558 <b>__clientDebuggerId</b>(<i>debuggerId</i>) |
558 <b>__clientDebuggerId</b>(<i>debuggerId</i>) |
652 True if the client died, False otherwise |
652 True if the client died, False otherwise |
653 </dd> |
653 </dd> |
654 </dl> |
654 </dl> |
655 <a NAME="DebugUI.__clientLine" ID="DebugUI.__clientLine"></a> |
655 <a NAME="DebugUI.__clientLine" ID="DebugUI.__clientLine"></a> |
656 <h4>DebugUI.__clientLine</h4> |
656 <h4>DebugUI.__clientLine</h4> |
657 <b>__clientLine</b>(<i>fn, line, debuggerId, threadName, forStack</i>) |
657 <b>__clientLine</b>(<i>fn, line, debuggerId, _threadName, forStack</i>) |
658 <p> |
658 <p> |
659 Private method to handle a change to the current line. |
659 Private method to handle a change to the current line. |
660 </p> |
660 </p> |
661 |
661 |
662 <dl> |
662 <dl> |
671 </dd> |
671 </dd> |
672 <dt><i>debuggerId</i> (str)</dt> |
672 <dt><i>debuggerId</i> (str)</dt> |
673 <dd> |
673 <dd> |
674 ID of the debugger backend |
674 ID of the debugger backend |
675 </dd> |
675 </dd> |
676 <dt><i>threadName</i> (str)</dt> |
676 <dt><i>_threadName</i> (str)</dt> |
677 <dd> |
677 <dd> |
678 name of the thread signaling the event |
678 name of the thread signaling the event (unused) |
679 </dd> |
679 </dd> |
680 <dt><i>forStack</i> (bool)</dt> |
680 <dt><i>forStack</i> (bool)</dt> |
681 <dd> |
681 <dd> |
682 flag indicating this is for a stack dump |
682 flag indicating this is for a stack dump |
683 </dd> |
683 </dd> |
684 </dl> |
684 </dl> |
685 <a NAME="DebugUI.__clientSignal" ID="DebugUI.__clientSignal"></a> |
685 <a NAME="DebugUI.__clientSignal" ID="DebugUI.__clientSignal"></a> |
686 <h4>DebugUI.__clientSignal</h4> |
686 <h4>DebugUI.__clientSignal</h4> |
687 <b>__clientSignal</b>(<i>message, filename, lineNo, funcName, funcArgs, debuggerId</i>) |
687 <b>__clientSignal</b>(<i>message, filename, lineNo, _funcName, _funcArgs, _debuggerId</i>) |
688 <p> |
688 <p> |
689 Private method to handle a signal generated on the client side. |
689 Private method to handle a signal generated on the client side. |
690 </p> |
690 </p> |
691 |
691 |
692 <dl> |
692 <dl> |
701 </dd> |
701 </dd> |
702 <dt><i>lineNo</i> (int)</dt> |
702 <dt><i>lineNo</i> (int)</dt> |
703 <dd> |
703 <dd> |
704 line number of the syntax error position |
704 line number of the syntax error position |
705 </dd> |
705 </dd> |
706 <dt><i>funcName</i> (str)</dt> |
706 <dt><i>_funcName</i> (str)</dt> |
707 <dd> |
707 <dd> |
708 name of the function causing the signal |
708 name of the function causing the signal (unused) |
709 </dd> |
709 </dd> |
710 <dt><i>funcArgs</i> (str)</dt> |
710 <dt><i>_funcArgs</i> (str)</dt> |
711 <dd> |
711 <dd> |
712 function arguments |
712 function arguments (unused) |
713 </dd> |
713 </dd> |
714 <dt><i>debuggerId</i> (str)</dt> |
714 <dt><i>_debuggerId</i> (str)</dt> |
715 <dd> |
715 <dd> |
716 ID of the debugger backend |
716 ID of the debugger backend (unused) |
717 </dd> |
717 </dd> |
718 </dl> |
718 </dl> |
719 <a NAME="DebugUI.__clientSyntaxError" ID="DebugUI.__clientSyntaxError"></a> |
719 <a NAME="DebugUI.__clientSyntaxError" ID="DebugUI.__clientSyntaxError"></a> |
720 <h4>DebugUI.__clientSyntaxError</h4> |
720 <h4>DebugUI.__clientSyntaxError</h4> |
721 <b>__clientSyntaxError</b>(<i>message, filename, lineNo, characterNo</i>) |
721 <b>__clientSyntaxError</b>(<i>message, filename, lineNo, characterNo</i>) |
803 ID of the debugger backend |
803 ID of the debugger backend |
804 </dd> |
804 </dd> |
805 </dl> |
805 </dl> |
806 <a NAME="DebugUI.__clientWatchConditionError" ID="DebugUI.__clientWatchConditionError"></a> |
806 <a NAME="DebugUI.__clientWatchConditionError" ID="DebugUI.__clientWatchConditionError"></a> |
807 <h4>DebugUI.__clientWatchConditionError</h4> |
807 <h4>DebugUI.__clientWatchConditionError</h4> |
808 <b>__clientWatchConditionError</b>(<i>cond, debuggerId</i>) |
808 <b>__clientWatchConditionError</b>(<i>cond, _debuggerId</i>) |
809 <p> |
809 <p> |
810 Private method to handle a expression error of a watch expression. |
810 Private method to handle a expression error of a watch expression. |
811 </p> |
811 </p> |
812 <p> |
812 <p> |
813 Note: This can only happen for normal watch expressions |
813 Note: This can only happen for normal watch expressions |
817 |
817 |
818 <dt><i>cond</i> (str)</dt> |
818 <dt><i>cond</i> (str)</dt> |
819 <dd> |
819 <dd> |
820 expression of the watch expression |
820 expression of the watch expression |
821 </dd> |
821 </dd> |
822 <dt><i>debuggerId</i> (str)</dt> |
822 <dt><i>_debuggerId</i> (str)</dt> |
823 <dd> |
823 <dd> |
824 ID of the debugger backend |
824 ID of the debugger backend (unused) |
825 </dd> |
825 </dd> |
826 </dl> |
826 </dl> |
827 <a NAME="DebugUI.__configureExceptionsFilter" ID="DebugUI.__configureExceptionsFilter"></a> |
827 <a NAME="DebugUI.__configureExceptionsFilter" ID="DebugUI.__configureExceptionsFilter"></a> |
828 <h4>DebugUI.__configureExceptionsFilter</h4> |
828 <h4>DebugUI.__configureExceptionsFilter</h4> |
829 <b>__configureExceptionsFilter</b>(<i></i>) |
829 <b>__configureExceptionsFilter</b>(<i></i>) |