Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / JU / DebugJS.js
1 Clazz.declarePackage ("JU");
2 c$ = Clazz.declareType (JU, "DebugJS");
3 c$._ = Clazz.defineMethod (c$, "_", 
4 function (msg) {
5 {
6 if (Clazz._debugging) {
7 debugger;
8 }
9 }}, "~S");