7.7.8.64. GEL_ProbePtDel()ΒΆ
Deletes a breakpoint.
Syntax
GEL_ProbePtDel( address );
Parameters
address: specifies the address where a breakpoint will be deleted.
Description
This function allows you to delete a breakpoint at a specified address, if the breakpoint exists.
Synchronous
Synchronous from GEL: Yes
Completely synchronous: No
Example
GEL_ProbePtDel(100);
Related Topics