This link
(http://blogs.msdn.com/jmstall/archive/2005/08/31/Mdbg_Python_ext.aspx) is a
bit out of date, but hopefully points you in the right direction.
Dave
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, September 12
I can debug IP 2 programs fairly nicely with clrdbg even setting break
points and examining variables but I have tried to get mdbg (and cordbg)
to work with no success. I am interested in mdbg because I would like to
learn more about how debugging support works with the clr and with IP in
part
On 9/12/07, Michael Foord <[EMAIL PROTECTED]> wrote:
> Hello Kelie,
>
> Not sure, but it looks to me like your program will just exit after the
> last line... Try doing a while True loop with a Thread.Sleep() in it to
> keep the interpreter alive...
>
> Michael Foord
> http://www.manning.com/foord
Try Composite UI Application Block if you are using Visual Studio 2005
or Acropolis if using VS 2008.
2007/9/12, luis cota <[EMAIL PROTECTED]>:
> Do any of you know of an eclipse-like framework for building applications in
> .NET? I'm looking for a plug-in style architecture that provides a shell
Hello Kelie,
Not sure, but it looks to me like your program will just exit after the
last line... Try doing a while True loop with a Thread.Sleep() in it to
keep the interpreter alive...
Michael Foord
http://www.manning.com/foord
Kelie wrote:
> Hello,
>
> The following code works when typed in
Hello,
The following code works when typed into IronPython console. But when
I save the code into a file named excel.py and run ipy.exe excel.py,
the event handling does not seem to work. Nothing happens when a new
workbook is created.
Any suggestion? Thanks a lot.
import clr
clr.AddReference("M
Visual Studio 2008 Shell
On 9/12/07, Max Belugin <[EMAIL PROTECTED]> wrote:
>
> #develop?
>
> On 9/12/07, luis cota <[EMAIL PROTECTED]> wrote:
> > Do any of you know of an eclipse-like framework for building
> applications in
> > .NET? I'm looking for a plug-in style architecture that provides a
#develop?
On 9/12/07, luis cota <[EMAIL PROTECTED]> wrote:
> Do any of you know of an eclipse-like framework for building applications in
> .NET? I'm looking for a plug-in style architecture that provides a shell of
> an application with the developer creating different "views" and "plugins"
> fo
Do any of you know of an eclipse-like framework for building applications in
.NET? I'm looking for a plug-in style architecture that provides a shell of
an application with the developer creating different "views" and "plugins"
for use within the framework. it looks like VS 2008 is going in this