Показать сообщение отдельно
Старый 07.07.2010, 02:06   #8  
oip is offline
oip
Axapta
Лучший по профессии 2014
 
2,564 / 1416 (53) ++++++++
Регистрация: 28.11.2005
Записей в блоге: 1
Ничего недокументированного или шаманского нет.

Цитата:
Сообщение от mazzy Посмотреть сообщение
Что за шаманский контейнер передается в качестве аргумента и что за три параметра в этом контейнере?
Цитата:
breakpoint

(xinfo) public final container breakpoint([container _breakpoint])

this method will be used to get a list of all breakpoints and/or for set a list of breakpoints

_breakpoint
optional input container for setting the breakpoints

return
- container-content
the first element contains a '1' (version-number of the container-structure)
for each breakpoint 3 additional elements
- string:the treenode-path of the method containing the breakpoint
- integer:the row-number of the breakpoint
- boolean:is the breakpoint active ?

Example 1
take a look at the form SysBreakPoints [Shift F9]

Example 2
use the editor to set some breakpoints (doesn't matter where)
http://www.axaptapedia.com/Infolog_class#breakpoint