RUVIDEO
Поделитесь видео 🙏

Debugging code - Rider Essentials

With the debugger in Rider, you can attach to a new or existing process, and place breakpoints to pause the application and see what is going on while executing your code.

In the debugger, you can inspect variables, the current call stack, step over/into specific methods, and more. The debugger supports all .NET frameworks, .NET Core, Mono, Xamarin, Unity, ASP.NET and ASP.NET Core, in standalone apps, web apps and unit tests.

### Run Configurations

Debugging starts with Run Configurations, where you specify which project to run or debug.

When first creating or loading a project in Rider, a default run configuration is created, based on the project type, so minimal configuration is required to get started. In fact, for most application types, pressing the F5 keyboard shortcut should be sufficient to launch the debugger.

### Breakpoints and Source Stepping

Breakpoints let you suspend the program execution at specific statement. You can then analyze variables values, call stack, and other program parameters, evaluate expressions, and step through the program. There are different breakpoint types in the Rider debugger.

You can step through code, and use tools like smart step into to debug nested calls.

Once your application is suspended, you can use the variables pane to get a closer look at the current state of your program. Make use of Pin to Top to customize how values are displayed without having to change your code.

### See Also

- The full tutorial on Rider Essentials: https://www.jetbrains.com/dotnet/guide/tutorials/rider-essentials/
- Debugging in Rider https://www.jetbrains.com/help/rider/Debugging_Code.html
- Run Configurations https://www.jetbrains.com/help/rider/Run_Debug_Configuration.html
- Run/Debug Configurations in Rider https://blog.jetbrains.com/dotnet/2017/08/23/rundebug-configurations-rider/
- Debugging third-party/external code https://blog.jetbrains.com/dotnet/2017/12/20/debugging-third-party-code-rider/

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Debugging code - Rider Essentials», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.