[comp.sys.sgi] edge debugger

dboles@ccwf.cc.utexas.edu (David Boles) (05/08/91)

How do you clear a breakpoint in edge ?

Thanks,
  David Boles

-- 
-------------------------------------------------------------------------------
David Boles                                       Applied Research Laboratories
dboles@ccwf.cc.utexas.edu                        DOS is severely brain-damaged,
apas611@chpc.utexas.edu                   so just pull the plug and let it DIE.
-------------------------------------------------------------------------------

jym@sgi.com (ESD Product Marketing) (05/08/91)

In article <48637@ut-emx.uucp> dboles@ccwf.cc.utexas.edu (David Boles) writes:
>How do you clear a breakpoint in edge ?
>

In the command window, type "status" to find out the breakpoint id, which is
an integer.  Ten type "delete id", where is is the integer given in the
status command

jim t

lombardo@aquarius.cs.nps.navy.mil (charles lombardo) (05/08/91)

To list all your breakpoints type:

      status

To remove any type:

      delete #

where # is the corresponding number to the breakpoint as shown by 'status'

To remove all breakpoints, type:

      delete all


Hope this helps

Chuck

 ----------------------------------------------------------------------------
| Charles P. Lombardo			|           lombardo@cs.nps.navy.mil |
| Computer Science Department		|		 voice: 408-646-2102 |
| Naval Postgraduate School		|		 fax:   408-646-2814 |
 ----------------------------------------------------------------------------