Изменения документа Сценарии
Редактировал(а) Alexandr Fokin 2024/09/22 13:31
От версии 1.6
отредактировано Alexandr Fokin
на 2024/08/17 10:25
на 2024/08/17 10:25
Изменить комментарий:
К данной версии нет комментариев
К версии 1.8
отредактировано Alexandr Fokin
на 2024/09/22 13:31
на 2024/09/22 13:31
Изменить комментарий:
К данной версии нет комментариев
Сводка
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -1,15 +1,37 @@ 1 -|(% style="width:3 05px" %)Программная точка останова|(% style="width:1158px" %){{code language="c#"}}if(System.Diagnostics.Debugger.IsAttached)1 +|(% style="width:283px" %)Программная точка останова|(% style="width:1201px" %){{code language="c#"}}if(System.Diagnostics.Debugger.IsAttached) 2 2 System.Diagnostics.Debugger.Break();{{/code}} 3 -|(% style="width:3 05px" %)Отладка внешнегокода, библиотек.4 - Отладкафреймворка.|(% style="width:1158px"%)(((5 - Howtodebug into.NETframeworksourcecode6 - [[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]]7 - 8 - Параметрможносильно замедлитьвремястартаотладки.3 +|(% style="width:283px" %)Не отображать класс в стеке вызовов|(% style="width:1201px" %)((( 4 +How to hide the current method from exception stack trace in .NET? 5 +[[https:~~/~~/stackoverflow.com/questions/2973343/how-to-hide-the-current-method-from-exception-stack-trace-in-net>>url:https://stackoverflow.com/questions/2973343/how-to-hide-the-current-method-from-exception-stack-trace-in-net]] 6 +DebuggerHiddenAttribute 7 +[[https:~~/~~/learn.microsoft.com/en-us/dotnet/api/system.diagnostics.debuggerhiddenattribute?view=net-7.0&redirectedfrom=MSDN>>url:https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.debuggerhiddenattribute?view=net-7.0&redirectedfrom=MSDN]] 8 +\\1) Не отображать при отладке. 9 9 ))) 10 -|(% style="width:3 05px" %)Управление прерываниями на exception.|(% style="width:1158px" %)How do I make Visual Studio 2015 ignore handled exceptions?10 +|(% style="width:283px" %)Управление прерываниями на exception.|(% style="width:1201px" %)How do I make Visual Studio 2015 ignore handled exceptions? 11 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]] 12 -|(% style="width:3 05px" %)Получить текущий стек|(% style="width:1158px" %){{code language="c#"}}new System.Diagnostics.StackTrace(){{/code}}13 -|(% style="width:3 05px" %) |(% style="width:1158px" %)12 +|(% style="width:283px" %)Получить текущий стек|(% style="width:1201px" %){{code language="c#"}}new System.Diagnostics.StackTrace(){{/code}} 13 +|(% style="width:283px" %) |(% style="width:1201px" %) 14 14 15 - 15 +---- 16 + 17 +==== Внутренние ссылки: ==== 18 + 19 +====== Дочерние страницы: ====== 20 + 21 +{{children/}} 22 + 23 +====== Обратные ссылки: ====== 24 + 25 +{{velocity}} 26 +#set ($links = $doc.getBacklinks()) 27 +#if ($links.size() > 0) 28 + #foreach ($docname in $links) 29 + #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) 30 + * [[$escapetool.xml($rdoc.fullName)]] 31 + #end 32 +#else 33 + No back links for this page! 34 +#end 35 +{{/velocity}} 36 + 37 +----