There's remote debugging? And it works with
XSI? How do you set that up?
From: owner-xsi(at)Softimage.COM
[mailto:owner-xsi(at)Softimage.COM] On Behalf Of Aloys Baillet
Posted
At: Tuesday, May 08, 2007 3:09 AM
Posted To:
xsi
Conversation: 1/2 OT: Programming Languages for
XSI
Subject: Re: 1/2 OT: Programming Languages for
XSI
PythonWin,
Komodo, Eclipse + PyDev + PyDevExtensions give you remote debugging of Python
from inside XSI.
No problem here.
<rant>
C# is just another way
to get tied to death with Micro$.
</rant>
That said, they might
support their runtime on linux soon... we'll see!
Aloys
On 5/8/07, Luc-Eric
Rousseau <
lucer(at)softimage.com> wrote:
yes...
c# is reportedly fast and has Visual Studio which works with XSI,
if
you're a windows person it looks like a good choice. Python
can
leave you scratching your head where piece of code looks perfect
but
doesn't run/compile because there are some tabs instead of spaces or
vice-versa. I wonder how people are debugging python inside
of XSI?