I followed most of the steps and debugging (wasm) does not work but I have reported that issue as well
It would take less time to follow the steps here if
#if DEBUG
Thread.Sleep(10000);
#endif
was changed to
#if DEBUG
System.Threading.Thread.Sleep(10000);
#endif
Unless system.threading is on a using statement the code, as supplied in the article, won't compile.
thanks and no follow up needed (and obviously I'm not good with c# and too jaded to try and learn it to an expert level)
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
I followed most of the steps and debugging (wasm) does not work but I have reported that issue as well
It would take less time to follow the steps here if
was changed to
Unless system.threading is on a using statement the code, as supplied in the article, won't compile.
thanks and no follow up needed (and obviously I'm not good with c# and too jaded to try and learn it to an expert level)
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.