Jump to content

Recommended Posts

Posted

I don't have any reason to debug the AutoIt executable, but I would like to debug the plugin I am writing, while it is being run from AutoIt. I attempted to attach Visual Studio to the AutoIt executable but got a message about EULA violation by reverse engineering.

Am I pretty much screwed here?

Posted

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.

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
×
×
  • Create New...