Clear Filters
Clear Filters

S function debugging with Visual Studio 2005

2 views (last 30 days)
Hi,
I have developed a S function of my auto-code. When I am simulating my S function the Matlab is getting crashed. So i want to analyse where I am getting the exact error in my c code.
Hence I want to debug my c code using Visual Studio 2005. Can anyone suggest me how to integrate Visual studio with Matlab such that I can put a break point in my Visual Studio and when i simulate my s function it should hault at that particular line of code where i have introduced a break point.

Accepted Answer

Sachin Ganjare
Sachin Ganjare on 11 Oct 2012
  1 Comment
Kaustubha Govind
Kaustubha Govind on 11 Oct 2012
There is also a similar section called Debugging C-MEX S-functions, but it's essentially the same technique.

Sign in to comment.

More Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!