Re: [Ironpython-users] Launch ipy.exe from Host

2014-03-14 Thread Daniel Fernandez
Hi Keith Thanks for the info. I am looking for something simple. I really haven't dealt with sys.trace before I will do some digging into this looking at samples. Danny Sent from my iPad > On Mar 14, 2014, at 7:50 PM, "Keith Rome" wrote: > > Depending upon your goals you may be able to get b

Re: [Ironpython-users] Launch ipy.exe from Host

2014-03-14 Thread Keith Rome
Depending upon your goals you may be able to get by with implementing a function and installing it with sys.settrace() from your hosting application. I've managed to implement a full in-application dev IDE built around that capability. The function you install as a trace handler gets invoked fo

[Ironpython-users] Launch ipy.exe from Host

2014-03-14 Thread Daniel Fernandez
Hi All, I have IronPython embedded in my application to run predefined scripts. I experiment and debug a lot in the interactive environment outside of my application. I was wondering if I could launch ipy from my application and pass it my ScriptScope for debug/experimenting purposes? I know I

[Ironpython-users] IronPython, Daily Digest 3/13/2014

2014-03-14 Thread CodePlex
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] unbound methods instead of bound methods in cloned class instances 2. [Status update] System.Windows.Threading.DispatcherTimer not working in IronPython 3. [New comment] __