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
[Implemented] Debugger with Breakpoints
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
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

You mean like the stuff at the bottom of this page:
http://www.purebasic.com/documentation/ ... ugger.html

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