Post Go back to editing

problem in plug-in debugging

Category: Software
Product Number: ADSP-21569;Ice-1000;
Software Version: sigmastudio4.6;cces2.11

Hi all,

I refer to this documentation for debugging.

FAQ: ADSP-215xx/ADSP-SC5xx SigmaStudio For SHARC schematic custom plug-in debugging technique - Documents - SigmaStudio for SHARC - EngineerZone

This method is useful when I'm debugging INIT_xxxx_Debug.

But in BPROCESS_xxxx_Debug,every time I pree "step over",I get to this interface,and I can't debug step by step in BPROCESS.

I included all the algorithm source files in cces_framework project.

Only interfaces are retained in the algorithm library project.

Parents Reply
  • During the debug session running, go and set the mask interrupt during step option.




    Also make sure that you have provided the right function pointer in the SigmaStudio plug in dll, If any changes to the application you need to check the map file, update the function pointer and regenerate the SigmaStudio plug in dll. If you map the functions to any separate section then no need to regenerate the dll again, since there wont be any change to the mapped debug functions.

Children