Borland C 3.1 Compiler
I have managed to compile and run fractint using Borland C 3.1 IDE My problem is that I cannot step through the code. When I try to 'step into' I get a popup message saying: ' WARNING: no debug info. Run anyway ? ' If you select Yes it just runs the whole program. Thanks, Newman
Newman Chakerian wrote:
I have managed to compile and run fractint using Borland C 3.1 IDE My problem is that I cannot step through the code. When I try to 'step into' I get a popup message saying:
' WARNING: no debug info. Run anyway ? '
If you select Yes it just runs the whole program.
You need to turn on debugging. When you compile, the compiler can optionally add information to the output that allows debugging (information such as variable names and line numbers so the debugger can link to the source code). You need to find out what configuration magic Borland requires to cause that to happen. Check your documentation under "Debugging Info". -- |_ CJSonnack <Chris@Sonnack.com> _____________| How's my programming? | |_ http://www.Sonnack.com/ ___________________| Call: 1-800-DEV-NULL | |_____________________________________________|_______________________|
I have tried various options but still no success.. When I try to step into the code, I get a message box saying 'no debug info at start' continue anyway? If you click yes, it just runs the whole program I'm using BorlandC 3.1 IDE Thanks, Newman -----Original Message----- From: fractint-admin@mailman.xmission.com [mailto:fractint-admin@mailman.xmission.com] On Behalf Of Programmer Dude Sent: Thursday, 29 August 2002 12:18 AM To: fractint@mailman.xmission.com Subject: Re: [Fractint] Borland C 3.1 Compiler Newman Chakerian wrote:
I have managed to compile and run fractint using Borland C 3.1 IDE My problem is that I cannot step through the code. When I try to 'step into' I get a popup message saying:
' WARNING: no debug info. Run anyway ? '
If you select Yes it just runs the whole program.
You need to turn on debugging. When you compile, the compiler can optionally add information to the output that allows debugging (information such as variable names and line numbers so the debugger can link to the source code). You need to find out what configuration magic Borland requires to cause that to happen. Check your documentation under "Debugging Info". -- |_ CJSonnack <Chris@Sonnack.com> _____________| How's my programming? | |_ http://www.Sonnack.com/ ___________________| Call: 1-800-DEV-NULL | |_____________________________________________|_______________________| _______________________________________________ Fractint mailing list Fractint@mailman.xmission.com http://mailman.xmission.com/cgi-bin/mailman/listinfo/fractint
participants (2)
-
Newman Chakerian -
Programmer Dude