Re: My Top 3 Delphi wishes



Peter Morris [Droopy eyes software] wrote:

2) You could specify compiler directives in the project source for all units like so

{$IFEF DEBUG}
{$DEBUG on}
etc
{$ENDIF}

I'd still argue against this syntax being changed to affect all units. Perhaps this syntax could be implemented:

{$$IFEF DEBUG}
{$$DEBUG on}
etc
{$$ENDIF}
.



Relevant Pages

  • Re: how does this delete work?
    ... Recently I came across this delete statement inside a package that I ... have to debug: ... I must say the syntax is a little uncommon for me. ... Stephan, the syntax allows DML, a delete in this case, to be performed ...
    (comp.databases.oracle.server)
  • Re: Update table from form combo
    ... compile it first to look for syntax ... Thanks for reminding me about Debug. ...
    (microsoft.public.access.formscoding)
  • Re: Connection syntax not right
    ... you don't have an opening quote before otr.mdb" (s/b ... debug or messagebox.show to get the actual string ... > this but it does not like this syntax for some reason. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: How to get debugging output in .Net
    ... I think his syntax means less typing for me, so I think I'm going to adopt ... > System.Console.Error.Write/WriteLineto output console debug messages. ... >> but couldn't find that text anywhere, not on the Client window nor in ...
    (microsoft.public.dotnet.framework)
  • Re: My Top 3 Delphi wishes
    ... All our projects have a DEFINES.INC file in the folder along with the source code. ... {$IFEF DEBUG} ... I'd still argue against this syntax being changed to affect all units. ...
    (borland.public.delphi.non-technical)