Исходный код вики Отладка внешнего кода

Версия 1.9 от Alexandr Fokin на 2024/10/19 13:49

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