If you use the --inspect flag you can no longer attach the debugger since --fork-process is turned on by default because every request will spin up a new Node process that you'd have to attach to. To work around this we'll turn off fork-process when --inspect is turned on.