mirror of https://github.com/BOINC/boinc.git
Insert #ifdef'ed out block to attach debugger to the validator.
svn path=/trunk/boinc/; revision=5685
This commit is contained in:
parent
b8a0601aea
commit
50bd7802a4
|
@ -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++) {
|
||||
|
|
Loading…
Reference in New Issue