Jump to content

Need help with simple debugging code


iSkilz
 Share

Go to solution Solved by abberration,

Recommended Posts

I'm trying to make a simple debugger, where you input a variable and it gives the value. but i am new, and am having difficulty.. here's the code:

$test = 13

;~ Func Hotkey_F1()
    $Debug = InputBox("Debugger","Input var name","$test","",200, 135 )
    Msgbox(0,"Debugger",$Debug )
;~ EndFunc

any suggestion for a better debugger method is also welcome :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...