Path: news.mathworks.com!not-for-mail
From: "sheng fang" <maelstromer@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: how to debug mexed c-file without corresponding m-file?
Date: Mon, 20 Oct 2008 04:05:06 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 6
Message-ID: <gdh01h$mv5$1@fred.mathworks.com>
Reply-To: "sheng fang" <maelstromer@gmail.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1224475506 23525 172.30.248.35 (20 Oct 2008 04:05:06 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 20 Oct 2008 04:05:06 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1412410
Xref: news.mathworks.com comp.soft-sys.matlab:496149


Hi, everyone:

I downlaod some mex-ed c-files and want to make modification for my problem. However, I don't have the origianl corresponding m-files. 
So the debugging method introduced in matlab help document doesn't work and can't transfer the data and debugging progress to MS Visual C 2005.
Is there any method that can achieve the debugging without original m-files? 
Thanks a lot!