7.9.8.55. GEL_ProbePtDisableΒΆ
Disables a breakpoint at the specified address.
Format
GEL_ProbePtDisable(address);
Parameters
addressspecifies the location of the breakpoint.
Description
The breakpoint at the specified address is disabled. If the breakpoint does not exist or is already disabled, no action is taken.
Synchronous
Synchronous from GEL: Yes
Completely synchronous: No
Example
GEL_ProbePtDisable(0x2000);
GEL_ProbePtDisable(main + 100);
Related Topics