Jump to content

Debugging plugins


Recommended Posts

Yep, you're pretty much screwed.

I seldom write code *inside* AutoIt anymore. I normally write my classes/functions outside AutoIt, get them working in a test application, then hook them up inside AutoIt. I imagine you can do similar. Just write traditional C++ functions to test with, then provide thin AutoIt plugin compatible wrappers around your (presumably inlined) functions. I mean, it shouldn't really matter the source of input as long as you get the expected input.

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...