Can not start Visual Studio 2022 debugger from Simulink Model
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Ayush
2023 年 8 月 21 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!