*in a Mr. Burns voice* Excellent! Thanks again,
Matt -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dino Viehland Sent: Wednesday, April 11, 2007 2:46 PM To: Discussion of IronPython Subject: Re: [IronPython] Debugging embedded IP? You can call PythonEngine.CreateOptimizedModule on the engine to create the module which will be fully debuggable. After you get the module back you'll need to inject your runtime objects and then call Execute on the module. The referenced assemblies happen at the engine level rather than the module level so you can do those whenever. If you want to also import them on behalf of the user you can call the Import API on the OptimizedEngineModule class. _______________________________________________ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com