How to debug C Mex files in Matlab without in built compiler
조회 수: 1 (최근 30일)
이전 댓글 표시
I have Cygwin compiler in my system.how debug C mex files in matlab with this compiler. please can anyone help me.plz
댓글 수: 0
답변 (1개)
Titus Edelhofer
2011년 5월 24일
Hi,
take a look at the instructions for how to debug mex files in Linux, see http://www.mathworks.com/support/tech-notes/1600/1605.html#debug_unix
Titus
댓글 수: 2
Titus Edelhofer
2011년 5월 25일
I know. First of all: why do you use cygwin instead of lcc? Second, when you use cygwin (i.e., the gnu compiler), debugging using gdb from cygwin should work similarly to using gdb on a linux machine, that's what I tried to point out ...
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!