Tryag File Manager
Home
-
Turbo Force
Current Path :
/
usr
/
lib
/
python2.4
/
idlelib
/
Upload File :
New :
File
Dir
//usr/lib/python2.4/idlelib/RemoteDebugger.pyo
mς =5Dc @ s d Z d k Z d k Z d k Z d k Z d Z d a d Z h Z h Z h Z h Z d Z d Z d f d YZ d f d YZ d Z d f d YZ d f d YZ d f d YZ d f d YZ d f d YZ d Z d Z d Z d Z d S( sΞ Support for remote Python debugging. Some ASCII art to describe the structure: IN PYTHON SUBPROCESS # IN IDLE PROCESS # # oid='gui_adapter' +----------+ # +------------+ +-----+ | GUIProxy |--remote#call-->| GUIAdapter |--calls-->| GUI | +-----+--calls-->+----------+ # +------------+ +-----+ | Idb | # / +-----+<-calls--+------------+ # +----------+<--calls-/ | IdbAdapter |<--remote#call--| IdbProxy | +------------+ # +----------+ oid='idb_adapter' # The purpose of the Proxy and Adapter classes is to translate certain arguments and return values that cannot be transported through the RPC barrier, in particular frame and traceback objects. Ni t idb_adaptert gui_adapterc C s t | } | t | <| S( N( t idt framet fidt frametable( R R ( ( t, /usr/lib/python2.4/idlelib/RemoteDebugger.pyt wrap_frame* s c C sT | d j o d Sn<