Table of Contents

Module: DebugClient ./Debugger/DebugClient.py

Module implementing the Qt version of the debug client.

Imported modules   
from AsyncIO import *
from Config import ConfigVarTypeStrings
from DebugProtocol import *
import bdb
import codeop
import os
from qt import PYSIGNAL
import select
import socket
import string
import sys
import traceback
import types
Functions   
DebugClientQAppHook
DebugClientRawInput
printerr
  DebugClientQAppHook 
DebugClientQAppHook ()

Module function called by PyQt when the QApplication instance has been created.

  DebugClientRawInput 
DebugClientRawInput ( prompt )

Replacement for the standard raw_input builtin.

This function works with the Qt event loop.

  printerr 
printerr ( s )

Module function used for debugging the debug client.

Arguments

s
the data to be printed
Classes   

DebugClient

Class implementing the client side of the debugger.


Table of Contents

This document was automatically generated on Fri Mar 14 19:54:45 2003 by HappyDoc version 2.1