File size: 181 Bytes
233f6d4
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
Clazz.declarePackage ("JU");
c$ = Clazz.declareType (JU, "DebugJS");
c$._ = Clazz.defineMethod (c$, "_", 
function (msg) {
{
if (Clazz._debugging) {
debugger;
}
}}, "~S");