Informix Error -16348
-16348 Breakpoint or tracepoint name is not active.
You asked the DISABLE command to deactivate a breakpoint that is already disabled. Check that you named the breakpoint that you intended. You can enter list break trace to display your current breakpoints and tracepoints.
Oninit® Troubleshooting Guidance
Reasons / Common Causes
-16348 fires when DISABLE is asked to deactivate a breakpoint that's already disabled —
per the official guidance.
DISABLEtargeting an already-disabled breakpoint/tracepoint, per the official guidance — the direct, only cause.
Solutions / Resolution
- Check that the intended breakpoint/tracepoint was named, per the official guidance.
- Enter
list break traceto display current breakpoints and tracepoints, per the official guidance.
Examples
Listing current breakpoints/tracepoints
> list break trace
Diagnostic Checks
- Run
list break traceand confirm the named breakpoint/tracepoint is actually active before disabling it.
Related Errors / Related Topics
- -16347 — "Invalid breakpoint or tracepoint number or reference name specified." A related reference-point error, about the reference not existing at all rather than existing but already inactive.
DISABLE targeted an already-disabled breakpoint/tracepoint — check list break trace for
its current state.