|
![]() |
#1 |
Axapta
|
Ничего недокументированного или шаманского нет.
Цитата:
Цитата:
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) |
|
![]() |
#2 |
Участник
|
ага. понятно.
Спасибо тебе, добрый фей. Тогда можно еще вопрос, пока cu5 компилируется? Почему записано в три плюса, а не одной операцией конкатенации? Почему так: Цитата:
X++: //set the breakpoint bpCon += [@"\Classes\Info\add", 1, true]; |
|
![]() |
#3 |
Участник
|
Цитата:
X++: con += [1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,29,40,41,42,43,44,45,46,47,48,49]; |
|
![]() |
#4 |
Участник
|
|
|
|
|