Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Debug() [Func]


  • Please log in to reply
3 replies to this topic
heresy
  • Members
  • 291 posts
  • Last active: Sep 26 2008 10:47 PM
  • Joined: 11 Mar 2008
what can i say?
i'm a lazy boy 8)
if you're working with #Include files
function must be called from itself rather than calling from d.ahk
to show correct info for currently executing function/filename

Save as d.ahk into AutoHotkey\Lib

;D(V1="", V2="", V3="", V4="", V5="")

var1:="Well", var2="I", var3="Was", var4="Really", var5="Lazy"
D(var1, var2, var3, var4, var5) ;just d() if you don't need to check variables
Posted Image
Easy WinAPI - Dive into Windows API World
Benchmark your AutoHotkey skills at PlayAHK.com

  • Guests
  • Last active:
  • Joined: --
eh, quite useful...
thanks for sharing

Ice_Tea
  • Members
  • 131 posts
  • Last active: Aug 25 2010 11:11 AM
  • Joined: 12 Jan 2008
waaahh??? :?

Joy2DWorld
  • Members
  • 562 posts
  • Last active: Jun 30 2014 07:48 PM
  • Joined: 04 Dec 2006
just look at, not test, but won't a_thisfunc always return d .. ?
Joyce Jamce