Enable/disable debug mode.
(boolean b)
| 205 | |
| 206 | /**Enable/disable debug mode.*/ |
| 207 | public static void setDebugMode(boolean b) { |
| 208 | debugMode = b; |
| 209 | LogStream.redirectSystem(debugMode); |
| 210 | } |
| 211 | |
| 212 | /** Runs the macro contained in the string <code>macro</code> |
| 213 | on the current thread. Returns any string value returned by |
no test coverage detected