|
Contents | Previous | Next | Subchapters |
| Syntax |
dall
|
| See Also | dwatch , dbreak |
| Abbreviation |
da
|
temp.oms contains
clear
function fun(x) begin
y = 5
x = y^2
end
z = 7
fun(z)
and at the
DEBUG>
prompt you enter
file temp.oms
O-Matrix will list the beginning lines of temp.oms
in the debug window. If you then enter
break 4
break 2
break
O-Matrix will respond with the following list
index skip line file
1 0 4 C:\OMWIN\TEMP.OMS
2 0 2 C:\OMWIN\TEMP.OMS
(Note that the break command with no arguments
lists all the current break points.)
If you continue by entering
dall
break
O-Matrix will respond
No breakpoints currently set
---------------------------------------------------------------------