codewarrior configuration fine (project.ini)

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

codewarrior configuration fine (project.ini)

ソリューションへジャンプ
2,062件の閲覧回数
greatj
Contributor I

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.

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,120件の閲覧回数
CompilerGuru
NXP Employee
NXP Employee

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

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
1,120件の閲覧回数
J2MEJediMaster
Specialist I

Debugger.

 

---Tom

0 件の賞賛
返信
1,120件の閲覧回数
greatj
Contributor I

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.

 

 

0 件の賞賛
返信
1,121件の閲覧回数
CompilerGuru
NXP Employee
NXP Employee

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

0 件の賞賛
返信