Adds a break point at the absolute time specified. The time should be specified in the internal simulator time precision that can be retrieved by calling db_printinternaltimeprecision.
Syntax:
$db_addtimebreak( id, time, unit )
Outputs an error if the time specified is less than or equal to the current time.
Arguments:
int id ; // Breakpoint ID
time int64; // absolute time
char* unit; // time unit (TUnit string)
Related Functions: