Buy Contact NSDSP Home

nsdsp_debug_enable_soft_bp

This function enables a software breakpoint.

Syntax

int nsdsp_debug_enable_soft_bp(
        nsdsp_session_t   session,
        int               bp
);

Parameters

session - a reference to the Debug Session Object obtained with nsdsp_session_program_for_debug or nsdsp_start_debug_session function

bp - the id of a software breakpoint

Return

The function returns non-zero if the command to enable the breakpoint has been succesfully queued, or zero otherwise.

Notes

Software breakpoints can be used only with assisted debugging

This instruction only queues a command. The command will be sent to NSDSP when you queue enough commands to fill the buffer or when you call nsdsp_session_flush.

 

Minimum library version - 163

Northern Software Home NSDSP Contact Us Purchase/View Cart

© 2007-2025 Northern Software Inc. All Rights Reserved.