Re: RAD Studio Roadmap Updated



Anyway, I find that often, a few well placed Showmessages or Writelns
(or DebugOutputStrings) are much easier to find the spot of an error
than repeatedly running the program in the debugger, jumping from
routine to routine. If I know where to find the error, I can usually
find the error pretty soon as well.

Style of debugging depends on nature of the code.
Yes I do use ShowMessage and writeln's as well.
Even MessageBeep does sometimes. But I would
never pay for a modern development tool
that does not have good real debugger.
It is the same as giving users VI and
telling them that it is the best all around
text editor

.



Relevant Pages

  • Re: Modifying the arguments to a function is a bad idea
    ... in the debugger you can go to the ... first line and restart the function to see how the crash happened ... For a small routine it can be a semi- ... converting to the more common form is trivial. ...
    (comp.lang.c)
  • Re: Debugging issue
    ... When using the VMS debugger (non-DECwindows but screen mode), ... routine A calls routine B which calls routine C which has a breakpoint. ...
    (comp.os.vms)
  • Re: Is Linux A Feasible Platofrm For Professional DAW work ?
    ... I could have found it by running it in the debugger and looking at the open ... But I found it with a trace. ... is unlikely except maybe for beta code, ... You still get to see routine names for calls to libraries and the kernal, ...
    (rec.audio.pro)
  • Re: Seriously struggling with C
    ... >> of some call to some routine something was wrong. ... A debugger is a nice tool to catch bugs of nearly all kinds but you have to use your brain to use it right. ... the system only fails more than once every few weeks when under heavy load at customer sites in the week before month end when they are running hundreds of invoices through the system hourly. ... Do I ask my customer if they will let me know each time they start a new session so I can attach a debugger to it or do I spend an hour putting in some debug logging and ask them to run with that build for a bit? ...
    (comp.lang.c)
  • Re: Debugging issue
    ... When using the VMS debugger (non-DECwindows but screen mode), ... routine A calls routine B which calls routine C which has a breakpoint. ...
    (comp.os.vms)