Изменения документа Отладка внешнего кода
Редактировал(а) Alexandr Fokin 2024/12/19 16:44
От версии 1.1
отредактировано Alexandr Fokin
на 2024/09/22 12:24
на 2024/09/22 12:24
Изменить комментарий:
К данной версии нет комментариев
К версии 1.8
отредактировано Alexandr Fokin
на 2024/09/22 14:21
на 2024/09/22 14:21
Изменить комментарий:
К данной версии нет комментариев
Сводка
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -1,9 +1,54 @@ 1 1 |(% style="width:121px" %) |(% style="width:1333px" %)Отладка внешнего кода, Отладка библиотечного кода 2 2 |(% style="width:121px" %) |(% style="width:1333px" %)((( 3 -|(% style="width:109px" %)PDB|(% style="width:1206px" %) 4 -|(% style="width:109px" %)Source link|(% style="width:1206px" %) 5 -|(% style="width:109px" %) |(% style="width:1206px" %) 3 +|(% style="width:109px" %)Параметр|(% style="width:1206px" %)How to debug into .NET framework source code 4 +[[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]] 5 +|(% style="width:109px" %)PDB|(% style="width:1206px" %)((( 6 +|Program-Debug Data Base 7 +|What is a PDB file? 8 +[[https:~~/~~/stackoverflow.com/questions/3899573/what-is-a-pdb-file>>https://stackoverflow.com/questions/3899573/what-is-a-pdb-file]] 9 +|Указание файлов символов (PDB) и исходных файлов в отладчике Visual Studio (C#, C++, Visual Basic, F#) 10 +[[https:~~/~~/learn.microsoft.com/ru-ru/visualstudio/debugger/specify-symbol-dot-pdb-and-source-files-in-the-visual-studio-debugger?view=vs-2022>>https://learn.microsoft.com/ru-ru/visualstudio/debugger/specify-symbol-dot-pdb-and-source-files-in-the-visual-studio-debugger?view=vs-2022]] 6 6 ))) 7 -|(% style="width:121px" %) |(% style="width:1333px" %) 12 +|(% style="width:109px" %)Source link|(% style="width:1206px" %)((( 13 +| 14 +|Improved .NET Debugging Experience with Source Link 15 +[[https:~~/~~/blog.ndepend.com/improved-net-debugging-experience-with-source-link/>>https://blog.ndepend.com/improved-net-debugging-experience-with-source-link/]] 16 +| 8 8 9 9 19 +))) 20 +|(% style="width:109px" %)Декомпиляция|(% style="width:1206px" %)((( 21 +| 22 +|Создание исходного кода из сборок .NET во время отладки 23 +[[https:~~/~~/learn.microsoft.com/ru-ru/visualstudio/debugger/decompilation?view=vs-2022>>https://learn.microsoft.com/ru-ru/visualstudio/debugger/decompilation?view=vs-2022]] 24 +|Debugging a .NET assembly without the source code with Visual Studio 25 +[[https:~~/~~/www.meziantou.net/debugging-a-dotnet-assembly-without-the-original-source-code-with-visual-studio.htm>>https://www.meziantou.net/debugging-a-dotnet-assembly-without-the-original-source-code-with-visual-studio.htm]] 26 + 27 + 28 +))) 29 +))) 30 +|(% style="width:121px" %) |(% style="width:1333px" %) 31 + 32 +---- 33 + 34 +==== Внутренние ссылки: ==== 35 + 36 +====== Дочерние страницы: ====== 37 + 38 +{{children/}} 39 + 40 +====== Обратные ссылки: ====== 41 + 42 +{{velocity}} 43 +#set ($links = $doc.getBacklinks()) 44 +#if ($links.size() > 0) 45 + #foreach ($docname in $links) 46 + #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) 47 + * [[$escapetool.xml($rdoc.fullName)]] 48 + #end 49 +#else 50 + No back links for this page! 51 +#end 52 +{{/velocity}} 53 + 54 +----