Crashing of software on run for S Function Builder
13 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Hua Bai
2023-10-19
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Simulink Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!