Crashing of software on run for S Function Builder
13 views (last 30 days)
Show older comments
Hi team,
I need to call c/c++ files in MATLAB using S function builder. The MATLAB software is crashing as soon as I run the model in Simulink. For finding the error I wanted to attach a debugger following the steps mentioned in document Debugging C/C++ S-Functions » Guy on Simulink - MATLAB & Simulink (mathworks.com). Somehow, the breakpoints in the Visual studio file is not inserting saying that the pdb file is not generated. I wanted to connected to the technical team at Mathworks for debugging the error. Could you please help me to do so.
0 Comments
Answers (1)
Hua Bai
on 19 Oct 2023
Hi Ritu, did you build the sfunction with debug symbol? I mean is the "Create a debuggable MEX-file" check box checked when you built S-Function, if not, the pdb file is not generated.
By the way, if you are using 23b, you can follow the steps mentioned in the section of "Automatically Launch Third-Party Software from Simulink for Debugging C MEX S-Function" of this document: https://www.mathworks.com/help/simulink/sfg/debugging-c-mex-s-functions.html to debug your s-function builder blocks.
See Also
Categories
Find more on Simulink Functions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!