Detect if my application is running under the IDE “Delphi 2007 .Net” September 23, 2009 by Rodrigo Leave a comment uses System.Diagnostics; function IDEDelphiNetRunning:Boolean; begin Result:=Debugger.IsAttached; end; Share this:EmailPrintFacebookRedditPocketTwitterLinkedInTumblrPinterestLike this:Like Loading... Related Author: Rodrigo Just another Delphi guy.