-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfgldeb_fdbcommand.per
More file actions
23 lines (19 loc) · 942 Bytes
/
Copy pathfgldeb_fdbcommand.per
File metadata and controls
23 lines (19 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
LAYOUT(text="Input Debugger Command",style="dialog")
GRID
{
<G "Input Debugger Command" >
[fdbcommand ]
Debugger Output
[debout ]
[ ]
[ ]
[ ]
[ ]
[ ]
[ ]
[ ]
}
end
ATTRIBUTES
ButtonEdit fdbcommand = formonly.g_fdbcommand, action=history_show, image="bigcombo",comment="Browse history with Cursor Up/Down/F7";
TextEdit debout =formonly.g_debout, fontPitch=fixed,stretch=both,scrollBars=both;