C Caller Block Debugging

6 views (last 30 days)
Timo Röder
Timo Röder on 26 Aug 2021
Answered: Kumar Pallav on 1 Sep 2021
Hello,
I use a C Caller Block with rather complex C-Code behind it. If errors are mentioned in the diagnostic viewer, there is a prompt to open the Debugger and debug the code step-by-step (I use Visual Studio 2019). This is mentioned here: https://de.mathworks.com/help/simulink/ug/integrate-ccode-ccaller.html#mw_d8fef0fd-6efd-471c-84c1-5ef9ddaf65a2
Now, my code does not throw errors anymore, but I still want to debug it. How can I open the Debugger without the "open Debugger" prompt?
But they are very complicated and I can't get them to work. Why is it so hard if its possible to open the Debugger with a button, in case of an error? Is there some easy way I'm missing?
Thanks a lot for any help.

Answers (1)

Kumar Pallav
Kumar Pallav on 1 Sep 2021
Please try this to debug on Microsoft Windows Platforms:
Refer this to choose C/C++ compilers.

Categories

Find more on Simulink Functions in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!