Insert #ifdef'ed out block to attach debugger to the validator.

svn path=/trunk/boinc/; revision=5685
This commit is contained in:
Bruce Allen 2005-03-19 16:03:21 +00:00
parent b8a0601aea
commit 50bd7802a4
1 changed files with 8 additions and 0 deletions

View File

@ -528,6 +528,14 @@ int main(int argc, char** argv) {
int i, retval;
bool asynch = false, one_pass = false;
#if 0
int mypid=getpid();
char debugcmd[512];
sprintf(debugcmd, "ddd %s %d &", argv[0], mypid);
system(debugcmd);
sleep(30);
#endif
check_stop_daemons();
for (i=1; i<argc; i++) {