moving to new debug setup

This commit is contained in:
benfry
2008-03-12 06:09:08 +00:00
parent 1a72620e95
commit c292dede69
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
package processing.app;
package processing.app.debug;
/**
+2 -2
View File
@@ -21,7 +21,7 @@
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
package processing.app;
package processing.app.debug;
import java.io.*;
@@ -43,7 +43,7 @@ class MessageSiphon implements Runnable {
// don't set priority too low, otherwise exceptions won't
// bubble up in time (i.e. compile errors have a weird delay)
//thread.setPriority(Thread.MIN_PRIORITY);
thread.start();
//thread.start();
}
+1 -1
View File
@@ -21,7 +21,7 @@
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
package processing.app;
package processing.app.debug;
import java.io.*;