Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <7BCD42353C1FD411A66200062939B2F1ACA3C4@EXCHANGE> From: Pavel Rozenboim To: cygwin AT cygwin DOT com Subject: RE: still have problem with porting->HELP Date: Tue, 22 Oct 2002 14:09:27 +0200 MIME-Version: 1.0 Content-Type: text/plain > -----Original Message----- > From: nemrut cesetevi [mailto:cesetevi AT hotmail DOT com] > Sent: Tue, October 22, 2002 2:14 PM > To: cygwin AT cygwin DOT com > 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/