2539
tracks this issue.
From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Ivan Chelubeev [EMAIL
PROTECTED]
Sent: Monday, November 27, 2006 8:19 AM
To: Discussion of IronPython
Subject: Re: [IronPython] embedded debugging
Shri Borde wrote:
> I belie
Shri Borde wrote:
> I believe your breakpoint is in top-level global code of the module. In
> that case, this is a known limitation.
>
> What is needed is a visualizer to display CLR global variables.
> VisualStudio does support such a plug-in architecture. However, such a
> plug-in has not yet
, 2006 10:12 AM
To: users@lists.ironpython.com
Subject: [IronPython] embedded debugging
I
have an app that embedds IP runtime. I can set break points in the IP code but
the debugger does not show any variables. The only variable is $line. All I can
do is step through the code.
I
I have an app that
embedds IP runtime. I can set break points in the IP code but the debugger does
not show any variables. The only variable is $line. All I can do is step through
the code.
I have set the
debuggable option on the engine
It is using
CompiledCode
_