Buy Contact NSDSP Home

Debug Information Object

Debug Information objects are used to hold debugging information. They contain information about the way the device was programmed for debug, various debugging settings for debugging executive, location of software breakpoints etc.

Type

typedef struct debug_info *debug_info_t;

debug_info_t is an opaque reference to a Debug Information object.

Creation and Destruction

The Debug Information objects are created when device is programmed for debug with nsdsp_session_program_for_debug function. If the function succeeds, the Debug Information object is stored within the Debug Session objects.

You can extract Debug Information objects by calling nsdsp_debug_get_info or nsdsp_debug_get_slave_info function.

When a Debug Information object is no longer needed, it must be freed using debug_info_free function.

New Debug Sessions

The Debug Information objects may be used to create new Debug Sessions without re-programming. This is done with nsdsp_start_debug_session function.

Accessing Information

Currently, there is no mechanism to access information from Debug Information objects.

Northern Software Home NSDSP Contact Us Purchase/View Cart

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