Object sender, EventArgs e) in
> D:\Ip\IronPython\Presentations\Editor\Editor.cs:line 45
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stanislas Pinte
> Sent: Wednesday, December 14, 2005 1:17 AM
> To: users@lists.ironpython.com
>
r, EventArgs e) in
D:\Ip\IronPython\Presentations\Editor\Editor.cs:line 45
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stanislas Pinte
Sent: Wednesday, December 14, 2005 1:17 AM
To: users@lists.ironpython.com
Subject: [IronPython] Stack Traces in IronP
On 12/14/05, Stanislas Pinte <[EMAIL PROTECTED]> wrote:
> It is very important for me to be able to give the user that kind of
> feedback...is there a way to do it?
Martin Maly recently posted:
"The reason you see the 'report an error to MS' dialog is our change
in exception handling that I descri
hello,
Has anyone an idea of the following:
I have a script:
> #ScriptingLoopTest python code
>
> def init_session(settings, fileNamePrefix):
> pass
>
> def handle_message(message):
> passmmm
and I use IronPython 0.96 as embedded scripting engine.
private PythonEngine engine = new Python