Page 1 of 1

[Implemented] Debugger with Breakpoints

Posted: Sun Feb 16, 2003 10:18 am
by BackupUser
Restored from previous forum. Originally posted by alexioklini.

I would like to have a *more* functional debugger including the ability to use simple breakpoints. With simple i mean without special things like conditions and actions carried out when a breakpoint is hit.

Is that possible in the near future ?

Kind regards, Alex

Posted: Sun Feb 16, 2003 10:38 am
by BackupUser
Restored from previous forum. Originally posted by PB.

You mean like the stuff at the bottom of this page:

http://www.purebasic.com/documentation/ ... ugger.html

:)

Posted: Sun Feb 16, 2003 11:04 am
by BackupUser
Restored from previous forum. Originally posted by alexioklini.

Do i have to remove the calls to "CallDebugger" etc. before shipping the product? If yes this way is not acceptable because the code debugged and the code which ships to the customer is not the same.

Second, inserting this kind of breakpoints can only be done before compilation and not while the program is running.

Anyway i think a debugger supporting dynamic breakpoint setting and removal is common and required in all professional IDEs today.

Posted: Sun Feb 16, 2003 11:28 am
by BackupUser
Restored from previous forum. Originally posted by freak.

All Debugger Stuff (like the Debug Command and CallDebugger) are not compiled, if you create an executable. So you don't need to remove them.

The dynamic breakpoint thing is good, but I can live without it.

Timo