Initializing help system before first use

XPRMdbg_getnblndx

XPRMdbg_getnblndx


Purpose
Get the number of line indices.
Synopsis
int XPRMdbg_getnblndx(XPRMmodel model);
Argument
model 
Reference to a model
Return value
Number of line indices or -1.
Further information
1. When a program is compiled with option "g" or "G", each statement in the source code is associated with a line index in the BIM file. This function returns the total number of line indices stored: a line index ranges between 0 and XPRMdbg_getnblndx()-1.
2. If no debugging information is included in the BIM file, this function return -1.
Related topics