Better debugger

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,823件の閲覧回数
Richard777
Contributor I
Hi guys, I'm currently use the CodeWarrior 6.1 for development in HCS08 microcontrollers, the C compiler is realy a very good compiler, but the integrate Debugger ( I think that the code name is HiWare )  is very bad for mee, for example, very poor user frendly, Exist another alternative to this ?
 
Thanks in advance and sorry for my english.


Message Edited by Richard777 on 2008-07-17 11:46 AM
ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
693件の閲覧回数
Lundin
Senior Contributor IV
The main problem with the debugger is that whoever made it didn't know of modern programming with multi-threading (modern as in 1995 or later...). Everything goes on in one thread, which causes the user inferface to lock up if the rest of the program doesn't get any response from the hardware...

But have in mind that Codewarrior is owned by Freescale, who make the big cash from selling micros, not software. Therefore CW is free up to 32kb of code or 32 source files. The alternatives are not free. Some alternatives are:

http://www.cosmicsoftware.com
http://www.pemicro.com
http://www.softecmicro.com
http://www.iar.com
http://www.lauterbach.com

I haven't used all of these, so I can't tell which ones that are user-friendly or not. They might require that you use a certain kind of BDM, since some of those companies are first and foremost BDM manufacturers.

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
693件の閲覧回数
DustyStew
Contributor V
The amusing thing about the Hiware debugger is that it is buggy. If it starts behaving oddly, reboot.

My understanding is that Freescale is moving over to the Eclipse platform. So maybe next year things will change.

Cheers
Dusty
694件の閲覧回数
Lundin
Senior Contributor IV
The main problem with the debugger is that whoever made it didn't know of modern programming with multi-threading (modern as in 1995 or later...). Everything goes on in one thread, which causes the user inferface to lock up if the rest of the program doesn't get any response from the hardware...

But have in mind that Codewarrior is owned by Freescale, who make the big cash from selling micros, not software. Therefore CW is free up to 32kb of code or 32 source files. The alternatives are not free. Some alternatives are:

http://www.cosmicsoftware.com
http://www.pemicro.com
http://www.softecmicro.com
http://www.iar.com
http://www.lauterbach.com

I haven't used all of these, so I can't tell which ones that are user-friendly or not. They might require that you use a certain kind of BDM, since some of those companies are first and foremost BDM manufacturers.
0 件の賞賛
返信
693件の閲覧回数
Richard777
Contributor I
Thanks for your responce !
 
Best regards !
0 件の賞賛
返信