[Implemented] Debugger with Breakpoints

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

[Implemented] Debugger with Breakpoints

Post 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
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post 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

:)
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post 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.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post 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
Post Reply