02.10.2012 Views

Using the Windows Interface

Using the Windows Interface

Using the Windows Interface

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

c Specifies <strong>the</strong> number of columns to be shown.<br />

<strong>Using</strong> <strong>the</strong> Command Line <strong>Interface</strong><br />

num,num Specifies <strong>the</strong> indices of <strong>the</strong> upper left corner of <strong>the</strong> block to be shown.<br />

w Specifies <strong>the</strong> width of <strong>the</strong> columns to be shown.<br />

p Specifies <strong>the</strong> precision shown.<br />

f Specifies <strong>the</strong> format of <strong>the</strong> numbers as decimal, scientific, or auto format.<br />

q Quits <strong>the</strong> matrix viewer.<br />

3.3.5 Breakpoint Commands<br />

lb Shows all <strong>the</strong> breakpoints currently defined.<br />

b [[args]] Sets a breakpoint in <strong>the</strong> code. The syntax for each optional argument is:<br />

filename line period The debugger will stop every period times it reaches <strong>the</strong><br />

specified line in <strong>the</strong> named file.<br />

filename line The debugger will stop when it reaches <strong>the</strong> specified line<br />

in <strong>the</strong> named file.<br />

filename ,, period The debugger will stop every period times it reaches any<br />

line in <strong>the</strong> named file.<br />

line period The debugger will stop every period times it reaches <strong>the</strong><br />

specified line in <strong>the</strong> current file.<br />

filename The debugger will stop at every line in <strong>the</strong> named file.<br />

line The debugger will stop when it reaches <strong>the</strong> specified line<br />

in <strong>the</strong> current file.<br />

procedure period The debugger will stop every period times it reaches <strong>the</strong><br />

first line in a called procedure.<br />

procedure The debugger will stop every time it reaches <strong>the</strong> first line<br />

in a called procedure.<br />

d [[args]] Removes a previously specified breakpoint. The optional arguments are <strong>the</strong><br />

same arguments as b, listed above.<br />

3-7<br />

Command<br />

Line

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!