Informix Error -16365
-16365 Breakpoint or tracepoint name is already active.
The ENABLE command has no effect on breakpoints or tracepoints that are already enabled. Check that you entered the name or reference number that you intended. If you did, and you still feel that name should have been inactive, use list break trace or search the command buffer to see if a previous DISABLE command deactivated the wrong breakpoint or tracepoint.
Oninit® Troubleshooting Guidance
Reasons / Common Causes
-16365 fires when ENABLE targets a breakpoint/tracepoint that's already enabled — per the
official guidance.
ENABLEtargeting an already-enabled breakpoint/tracepoint, per the official guidance — the direct, only cause.
Solutions / Resolution
- Check that the intended name or reference number was entered, per the official guidance.
- Use
list break trace, or search the command buffer, to check whether a previousDISABLEdeactivated the wrong reference point, per the official guidance, if the name was expected to be inactive.
Examples
Listing current breakpoints/tracepoints
> list break trace
Diagnostic Checks
- Run
list break traceand confirm which reference points are actually enabled.
Related Errors / Related Topics
- -16348 — "Breakpoint or tracepoint name is not active." The mirror-image error, about
DISABLEtargeting an already-disabled reference point rather thanENABLEtargeting an already-enabled one. - -16350 — "Breakpoint/tracepoint already disabled/enabled or can't be determined." A related reference-point error, about no matching reference point being found at all.
ENABLE targeted an already-enabled breakpoint/tracepoint — check list break trace for
its current state.