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

Редактировал(а) Alexandr Fokin 2024/12/19 16:44

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