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 |
stopp()
Possibility to break always in this operation.
|
static boolean |
testEq(java.lang.String cmp,
java.lang.Object... obj)
maybe called for unused references while development.
|
static int |
todo()
Stop here while program writing.
|
static int |
totest()
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 stopp()
public static int retest(int x)
public static int todo()
public static int totest()
public static void unexpected()
public static int stop(java.lang.Object toView)
public static boolean stop(boolean cond)
cond
- public static boolean testEq(java.lang.String cmp, java.lang.Object... obj)