This function displays software trace information. [RH850]
List of software trace information (see the SoftwareTraceEventInfo class for detail)
[state] DBCP=[DBCP-information] DBTAG=[DBTAG-information] DBPUSH=[DBPUSH-information] PC=[PC-information] |
>>>si = debugger.SoftwareTrace.Information() Enable DBCP=False DBTAG=True DBPUSH=False PC=False >>>print si.DBCP False >>>print si.DBTAG True >>>print si.PC False >>> |