Effectively Diagnose and Debug .NET Apps in Visual Studio

preview_player
Показать описание
Debug .NET Core running on Linux, master async debugging, and squeeze the last bit of performance out of your apps with the new features in Visual Studio.
Рекомендации по теме
Комментарии
Автор

My problems with debugging with a thread started with a timer, is when I step to next line I'm transported to another place in code, possibly another thread. How do I keep my step debugging confined to a single thread?

AdamsTaiwan
Автор

I had path problems too when I first converted a console app.... then I had problems with the app startup location when I switched to single file app.

AdamsTaiwan