The background tasks will run on the main thread. Calling `mono_threads_schedule_background_job` on
a worker thread will use `async_run_in_main_thread` to queue up work for the main thread.
+
+## Debugger tests ##
+
+Debugger supports multithreading when the runtime is built with `WasmEnableThreads=true`. To run the debugger tests in multithreading mode we use:
+```
+dotnet test src/mono/wasm/debugger/DebuggerTestSuite -e RuntimeConfiguration=Debug -e Configuration=Debug -e DebuggerHost=chrome -e WasmEnableThreads=true -e WASM_TESTS_USING_VARIANT=multithreaded
+```
\ No newline at end of file