> -----Original Message----- > From: nemrut cesetevi [mailto:cesetevi@;hotmail.com] > Sent: Tue, October 22, 2002 2:14 PM > To: [EMAIL PROTECTED] > Subject: still have problem with porting->HELP > > > > > i have just write a little c program. i compile and make a > "program.exe" > > > i want to know that how can i trace the program ?
You may use strace or gdb to trace and debug the program. You probably may debug it with any other windows debugger as well. > > -may i compile and run with visualc++ ? Not directly. You may try to create custom visual c++ project, and configure it to run make for build or specify gcc as custom compiler, so VC++ will invoke it to compile your files. I have this done with different compiler, but don't remember exact steps how to do it. > - is there another tool to trace this program ? > -i want to solve algorithm of program. > > > be happy > > _________________________________________________________________ > Protect your PC - get McAfee.com VirusScan Online > http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/