All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.ibm.beans.tools.debugger.BeanDebugger
public BeanDebugger(String argv[], BeanDbgView view)
public BeanDebugger(String argv[])
public BeanDebugger(String host, String password)
protected RemoteDebugger createRemoteDebugger(String host, String password)
protected RemoteDebugger createRemoteDebugger(String argv[])
public synchronized RemoteDebugger getDebugger()
public ThreadContext getThreadContext()
public synchronized BeanDbgView getBeanDbgView()
public int Close()
public void setBeanDbgView(BeanDbgView view)
public synchronized void printToConsole(String string)
public synchronized void breakpointEvent(RemoteThread thread)
public synchronized void exceptionEvent(RemoteThread thread, String string)
public synchronized void threadDeathEvent(RemoteThread thread)
public synchronized void quitEvent()
public synchronized void startDebugging(String clsString, String argString)
public synchronized void breakPointsUpdate(RemoteClass remote_class, int line_no, boolean add_bp)
public synchronized boolean setBreakpointMethod(String clsName, String methodName)
public synchronized boolean setBreakpointLine(String clsName, int num)
public synchronized void viewStackFrame(RemoteStackFrame stackFrame, RemoteThread rt)
public synchronized void performThreadAction(ThreadPanel panel, RemoteThread thr, int cmd)
public synchronized void Step(RemoteThread thread)
public synchronized void Next(RemoteThread thread)
public synchronized void Cont(RemoteThread thread)
All Packages Class Hierarchy This Package Previous Next Index