joeq.Debugger
Class OnlineDebugger

java.lang.Object
  extended by joeq.Debugger.OnlineDebugger

public class OnlineDebugger
extends Object

Version:
$Id: OnlineDebugger.java,v 1.12 2004/09/30 03:35:36 joewhaley Exp $
Author:
John Whaley

Nested Class Summary
static class OnlineDebugger.BytecodeLister
           
 
Field Summary
static BufferedReader in
           
 
Constructor Summary
OnlineDebugger()
           
 
Method Summary
static boolean debuggerEntryPoint()
           
static void dumpObject(int k)
           
static void dumpObject(Object o)
           
static void printStackFrame(StackCodeWalker sw)
           
static void printUsage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

in

public static BufferedReader in
Constructor Detail

OnlineDebugger

public OnlineDebugger()
Method Detail

debuggerEntryPoint

public static boolean debuggerEntryPoint()

printUsage

public static void printUsage()

dumpObject

public static void dumpObject(int k)

dumpObject

public static void dumpObject(Object o)

printStackFrame

public static void printStackFrame(StackCodeWalker sw)


Copyright © 2001-2005 John Whaley. All Rights Reserved.