Re: [IronPython] Standard Python Debugging not supported

2006-10-08 Thread Jean-Yves MENGANT
mal implementation can just happen in 1.1 that would be great   Thanks Jean-Yves       From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dino Viehland Sent: Thursday, October 05, 2006 6:10 PM To: Discussion of IronPython Subject: Re: [IronPython] Standard Python Debugging not suppor

Re: [IronPython] Standard Python Debugging not supported

2006-10-06 Thread Jeff Griffiths
random thoughts on the topic... > > -Nathan > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Griffiths > Sent: Thursday, October 05, 2006 12:34 PM > To: Discussion of IronPython > Subject: Re: [IronPython] Standard Py

Re: [IronPython] Standard Python Debugging not supported

2006-10-06 Thread Jean-Yves MENGANT
mal implementation can just happen in 1.1 that would be great   Thanks Jean-Yves   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dino Viehland Sent: Thursday, October 05, 2006 6:10 PM To: Discussion of IronPython Subject: Re: [IronPython] Standard Python Debugging not suppor

Re: [IronPython] Standard Python Debugging not supported

2006-10-06 Thread Jean-Yves MENGANT
ailto:users- > [EMAIL PROTECTED] On Behalf Of Nathan R. Ernst > Sent: Friday, October 06, 2006 2:24 AM > To: 'Discussion of IronPython' > Subject: Re: [IronPython] Standard Python Debugging not supported > > I don't mean to flame, but Python protocol dictates that met

Re: [IronPython] Standard Python Debugging not supported

2006-10-05 Thread Nathan R. Ernst
4 PM To: Discussion of IronPython Subject: Re: [IronPython] Standard Python Debugging not supported Dino Viehland wrote: > Sys._getframe() is likely significantly harder to implement. I'd be > a little bit surprised if we get this into 1.1 but it'd be nice to > get at some point in th

Re: [IronPython] Standard Python Debugging not supported

2006-10-05 Thread Jeff Griffiths
Dino Viehland wrote: > Sys._getframe() is likely significantly harder to implement. I'd be > a little bit surprised if we get this into 1.1 but it'd be nice to > get at some point in the future. The hard part of this probably > isn't supporting sys._getframe() but actually supporting > sys._getfr

Re: [IronPython] Standard Python Debugging not supported

2006-10-05 Thread Mike Krell
On 10/5/06, Dino Viehland <[EMAIL PROTECTED]> wrote: >The hard part of this probably isn't supporting > sys._getframe() but actually supporting sys._getframe(depth). > Do you know if the parameterless version will unblock you, or do you need > the full blown functionality? One thing I'm dying to

Re: [IronPython] Standard Python Debugging not supported

2006-10-05 Thread Dino Viehland
Jean-Yves     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dino Viehland Sent: Wednesday, October 04, 2006 7:48 PM To: Discussion of IronPython; users-ironpython.com@lists.ironpython.com Subject: Re: [IronPython] Standard Python Debugging not supported   We have a coup

Re: [IronPython] Standard Python Debugging not supported

2006-10-05 Thread Sylvain Hellegouarch
Jean-Yves MENGANT wrote: > Complementary : Looking at the 1042 , I saw another unclear topic around the > the sys_getframe entry which is marked as not supported already throwing a > ValueError exception + 'The sys._getframe() function is not supported by > IronPython' is also written in the 'diffe

Re: [IronPython] Standard Python Debugging not supported

2006-10-05 Thread Jean-Yves MENGANT
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dino Viehland Sent: Wednesday, October 04, 2006 7:48 PM To: Discussion of IronPython; users-ironpython.com@lists.ironpython.com Subject: Re: [IronPython] Standard Python Debugging not supported   We have a couple of bugs opened on this on

Re: [IronPython] Standard Python Debugging not supported

2006-10-04 Thread Dino Viehland
ubject: Re: [IronPython] Standard Python Debugging not supported Just thought that I would mention that we are awaiting implementation of sys.excepthook so that we can override the standard unhandled exception handing to provide students with more information on their errors. It isn't a big rush,

Re: [IronPython] Standard Python Debugging not supported

2006-10-04 Thread Douglas S. Blank
Just thought that I would mention that we are awaiting implementation of sys.excepthook so that we can override the standard unhandled exception handing to provide students with more information on their errors. It isn't a big rush, as we may use CPython in the Spring, but if this were addresse

Re: [IronPython] Standard Python Debugging not supported

2006-10-04 Thread Jeff Griffiths
mitation. Thanks for the input! > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jean-Yves > MENGANT > Sent: Wednesday, October 04, 2006 7:39 AM > To: users-ironpython.com@lists.ironpython.com > Subject: [IronPython] Standard Python Debugging n

Re: [IronPython] Standard Python Debugging not supported

2006-10-04 Thread Dino Viehland
@lists.ironpython.com Subject: [IronPython] Standard Python Debugging not supported   I have been playing around with python debugging implementation for a while , allthough IronPython is a great effort on Python implementation , lacking support for  some cross platform standard libraries leeds

[IronPython] Standard Python Debugging not supported

2006-10-04 Thread Jean-Yves MENGANT
I have been playing around with python debugging implementation for a while , allthough IronPython is a great effort on Python implementation , lacking support for  some cross platform standard libraries leeds to to serious limitation in ironpython usage versus Cpython on short and long ter