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