Исходный код вики Сценарии

Версия 1.6 от Alexandr Fokin на 2024/08/17 10:25

Скрыть последних авторов
Alexandr Fokin 1.6 1 |(% style="width:305px" %)Программная точка останова|(% style="width:1158px" %){{code language="c#"}}if(System.Diagnostics.Debugger.IsAttached)
2 System.Diagnostics.Debugger.Break();{{/code}}
Alexandr Fokin 1.4 3 |(% style="width:305px" %)Отладка внешнего кода, библиотек.
4 Отладка фреймворка.|(% style="width:1158px" %)(((
5 How to debug into .NET framework source code
Alexandr Fokin 1.1 6 [[https:~~/~~/stackoverflow.com/questions/54774515/how-to-debug-into-net-framework-source-code>>url:https://stackoverflow.com/questions/54774515/how-to-debug-into-net-framework-source-code]]
Alexandr Fokin 1.4 7
Alexandr Fokin 1.5 8 Параметр можно сильно замедлить время старта отладки.
Alexandr Fokin 1.4 9 )))
Alexandr Fokin 1.2 10 |(% style="width:305px" %)Управление прерываниями на exception.|(% style="width:1158px" %)How do I make Visual Studio 2015 ignore handled exceptions?
Alexandr Fokin 1.1 11 [[https:~~/~~/stackoverflow.com/questions/43329155/how-do-i-make-visual-studio-2015-ignore-handled-exceptions>>url:https://stackoverflow.com/questions/43329155/how-do-i-make-visual-studio-2015-ignore-handled-exceptions]]
Alexandr Fokin 1.3 12 |(% style="width:305px" %)Получить текущий стек|(% style="width:1158px" %){{code language="c#"}}new System.Diagnostics.StackTrace(){{/code}}
Alexandr Fokin 1.1 13 |(% style="width:305px" %) |(% style="width:1158px" %)
14
15