필터 지우기
필터 지우기

Visual Studio won't load source or debugging symbols for mex file

조회 수: 3 (최근 30일)
Tim
Tim 2013년 7월 31일
I'm trying to debug a C mex file using Visual Studio 2010. I can load my source file and stop at a breakpoint in the main mexFunction entry routine, but if I try to step into a subroutine or continue to a breakpoint in a subroutine, VS says it can't load the symbols or source code. The subroutine is contained in the same .cpp file as the mexFunction routine. I can step into the subfunction using the yprime.c example, but can't do it for my mex code. Any ideas?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Write C Functions Callable from MATLAB (MEX Files)에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by