Informix Error -16350
-16350 Breakpoint/tracepoint already disabled/enabled or can't be determined.
The Debugger cannot find a corresponding breakpoint or tracepoint on which to carry out your ENABLE or DISABLE command. You can enter list break trace to display all your current reference points.
Oninit® Troubleshooting Guidance
Reasons / Common Causes
-16350 fires when the Debugger can't find a corresponding breakpoint/tracepoint for an
ENABLE/DISABLE command — per the official guidance.
- No matching breakpoint/tracepoint for the
ENABLE/DISABLEtarget, per the official guidance — the direct, only cause.
Solutions / Resolution
- Enter
list break traceto display all current reference points, per the official guidance, and repeat the command with a valid target.
Examples
Listing current breakpoints/tracepoints
> list break trace
Diagnostic Checks
- Run
list break traceand confirm the target actually exists and is in the expected state.
Related Errors / Related Topics
- -16347 — "Invalid breakpoint or tracepoint number or reference name specified." A
related reference-point error, about
ENABLE/DISABLE/NOBREAK/NOTRACE's reference number specifically being invalid. - -16348 — "Breakpoint or tracepoint name is not active." A related reference-point
error, specific to
DISABLEtargeting an already-disabled breakpoint.
ENABLE/DISABLE couldn't find a corresponding reference point — check list break trace.