Hi,
I was goin through the project configuration file (project .ini ), though most of things I was able to find with help of code warrior manuals and HCS12 debugger manual but one particular instruction I coundnt understand . I coundnt find this keyword any where,
DBG_S12_4=DBG USER12 0x0 0x0 0x0 0x0
DBG_S12_0=DBG GENERAL DISARM_ON PROTECT_OFF ANALYZE_ON STEPATRUN_ON
DBG_S12_1=DBG USER12 0x0 0x0 0x0 0x0
DBG_S12_2=DBG PREDEFINED SELECT 0 END STOP 0x0 DATAMATCH_HIGH NORMAL
what is this DBG keyword, I couldnot find annywhere, pls help out.
Solved! Go to Solution.
AFAIK are those entries used to persist the setup of the debug module. However the official way is to
use the UI and not to change them in the ini file, I would consider the encoding of the strings in the ini
file internal to the dbg module.
Daniel
Debugger.
---Tom
thank you jedimaster
I actually want understand the meaning and significance of those debug statements. I couldnt find the reference of this DBG keyword or parameters passed to it in any reference manual or help.
AFAIK are those entries used to persist the setup of the debug module. However the official way is to
use the UI and not to change them in the ini file, I would consider the encoding of the strings in the ini
file internal to the dbg module.
Daniel