For other platforms, you will need to change `Sleep` with something else (maybe `std::this_thread::sleep_for` will work).
At that point, you can define a number of seconds to sleep and let you attach the debugger by setting `TBB_UPDATER_DELAY` before running the Firefox process.
Luckily, Firefox will pass the environment variables to the updater process.