public class Debugutil
extends java.lang.Object
Constructor and Description |
---|
Debugutil() |
Modifier and Type | Method and Description |
---|---|
static int |
retest(int x)
This method can be used to force re compilation and re-test for a routine with changing the value.
|
static int |
stop()
This method is used either to set a breakpoint in it or to set a breakpoint on its call.
|
static boolean |
stop(boolean cond)
Use this method in a users software to stop conditionally.
|
static int |
stop(java.lang.Object toView) |
static int |
todo()
Stop here while program writing.
|
static void |
unexpected()
Adequate assert(false) but possible to set a central breakpoint.
|
public static int stop()
public static int retest(int x)
public static int todo()
public static void unexpected()
public static int stop(java.lang.Object toView)
public static boolean stop(boolean cond)
cond
-