Hiwave.exe caught in infinite loop

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Hiwave.exe caught in infinite loop

Jump to solution
2,609 Views
pittbull
Contributor III
Hello,

I'm using CodeWarrior for HCS12X version 4.1. I copied a project from one computer to another. When I try to run the debugger on this project, it hangs in an infinite loop - the command output shows 'ADDXPR numbytes' repeatedly.

I think there is something in an .INI or CMD file that I must delete. How can I get rid of that?

Thanks in advance,
pittbill
Labels (1)
Tags (1)
0 Kudos
1 Solution
634 Views
CrasyCat
Specialist III

Hello

Can you check in the directory where the .abs file is located (usually this is the{Project}\bin directory).

You probably have a file with extension .xpr there.

In order to avoid the loop, close the debugger and delete the .xpr file.

This should do it.

CrasyCat

View solution in original post

0 Kudos
2 Replies
635 Views
CrasyCat
Specialist III

Hello

Can you check in the directory where the .abs file is located (usually this is the{Project}\bin directory).

You probably have a file with extension .xpr there.

In order to avoid the loop, close the debugger and delete the .xpr file.

This should do it.

CrasyCat

0 Kudos
634 Views
pittbull
Contributor III
>> delete the .xpr file.

Thank you, that was it.
0 Kudos