Can not start Visual Studio 2022 debugger from Simulink Model
2 views (last 30 days)
Show older comments
I'm trying to debug a small Simulink C-Funtion block with VS 2022 debugger and following the step on this webside
https://de.mathworks.com/help/simulink/ug/debug-custom-code.html
I have VS2022 installed and when I run the command:
winqueryreg('HKEY_LOCAL_MACHINE','SYSTEM\CurrentControlSet\Control\Session Manager','DebuggerMaxModuleMsgs')
I get the result:
ans =
int32
16534
So the installation of VS2022 should be correct.
Now I try to start the debuggber by clicking on the "Set Breakpoint in Custom Code" menu entry
And get this error message:
To use MinGW for custom code debugging, install MATLAB Coder Interface for Visual Studio Code Debugging support package.
Suggested Actions
Install MATLAB Coder Interface for Visual Studio Code Debugging support package.Open
I have installed VS2022 and this IDE don't need I support package, as far as I know.
So what is going wrong.
Thanks a lot for your help
Marco
0 Comments
Answers (1)
Ayush
on 21 Aug 2023
In the documentation it is mentioned that you need to install the “MATLAB® Coder™ Interface for Visual Studio Code Debugging support package”.
Kindly install the required add-on as mentioned in the error and see if the issue persists.
0 Comments
See Also
Categories
Find more on Introduction to Installation and Licensing 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!