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: Email a link to a friend (Opens in new window) Email Print (Opens in new window) Print Share on Facebook (Opens in new window) Facebook Share on Reddit (Opens in new window) Reddit Share on X (Opens in new window) X Share on LinkedIn (Opens in new window) LinkedIn Share on Tumblr (Opens in new window) Tumblr Share on Pinterest (Opens in new window) Pinterest Like Loading... Related Author: Rodrigo Just another Delphi guy.