Изменения документа Отладка внешнего кода

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

<
От версии < 1.3 >
отредактировано Alexandr Fokin
на 2024/09/22 13:29
К версии < 1.5 >
отредактировано Alexandr Fokin
на 2024/09/22 13:30
>
Изменить комментарий: К данной версии нет комментариев

Комментарий

Подробности

Свойства страницы
Содержимое
... ... @@ -1,5 +1,7 @@
1 1  |(% style="width:121px" %) |(% style="width:1333px" %)Отладка внешнего кода, Отладка библиотечного кода
2 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]]
3 3  |(% style="width:109px" %)PDB|(% style="width:1206px" %)(((
4 4  |Program-Debug Data Base
5 5  |What is a PDB file?
... ... @@ -19,4 +19,26 @@
19 19  )))
20 20  |(% style="width:121px" %) |(% style="width:1333px" %)
21 21  
22 -
24 +----
25 +
26 +==== Внутренние ссылки: ====
27 +
28 +====== Дочерние страницы: ======
29 +
30 +{{children/}}
31 +
32 +====== Обратные ссылки: ======
33 +
34 +{{velocity}}
35 +#set ($links = $doc.getBacklinks())
36 +#if ($links.size() > 0)
37 + #foreach ($docname in $links)
38 + #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
39 + * [[$escapetool.xml($rdoc.fullName)]]
40 + #end
41 +#else
42 + No back links for this page!
43 +#end
44 +{{/velocity}}
45 +
46 +----