how to debug an executable file with arguments
how to debug an executable file with arguments
- Subject: how to debug an executable file with arguments
- From: Shuangxing Dai <email@hidden>
- Date: Mon, 3 Aug 2009 15:59:39 -0600
Dear all,
I was wondering how to debug an
excutable file using Xcode. For example, I want to debug the file mdrun.o on
path /usr/local/mdrun. The arguments for this executable file is: -c
steep.g96. It runs like: mdrun -c steep.g96 For gdb, I can easily do
this by using:
gdb
/usr/local/mdrun
In gdb, I use: run -c steep.g96
By this way, I can debug this file using gdb.
But for Xcode, I do not know how to debug this
file, although I know how to debug a scouce code and the excutable file
genertated by the code.
Since I am new to Xcode, anyone can help
me?
Thanks in advance.
Shuangxing
Dai
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden