Hi,

Here is the Melabs answer :


Below is the response that I received from MicroEngineering Labs regarding your issue:

I've found that the problem only occurs when the assembly-language jump to our INIT routine is included:

@ GOTO INIT

I'm guessing that since the INIT label isn't a label in the program source code (it is an internal label PBP creates), it is not something that can be resolved for source-level debugging.

User code should not jump to our INIT routine. If he wants to restart his program, he should declare a label in the source and use it instead.

Charles Leo
microEngineering Labs, Inc.
... now just have to find WHERE to place this "dummy" label ...

ring you asap.

Alain