``` c 385 // even... 386 ... 387 const char* debugOption = f4js.enableFuseDebug? "-d":"-f"; 388 char *argv[] = { (char*)"dummy", (char*)"-s", (char*)"-o", (char*)"allow_other", (char*)debugOption, (char*)f4js.root.c_str() }; 389 ... ```