Re: [Ironpython-users] Debugging IronPython

2012-05-31 Thread Keith Rome
Since you are using WPF, I recommend the ActiPro SyntaxEditor control for the editor itself. They have a pre-defined language lexer for python that makes it really easy to get the syntax highlighting part of your debugging environment up and working quickly. Their control has hooks to support al

Re: [Ironpython-users] Debugging IronPython

2012-05-31 Thread Doug Blank
On Thu, May 31, 2012 at 10:04 AM, David, Al wrote: > We’re developing a C#, WPF, .NET application.  And the purpose of this > application is to communicate with and control custom hardware (circuit > boards) as well as instrumentation (oscilloscopes, power supplies, etc). > > > > This application

[Ironpython-users] Debugging IronPython

2012-05-31 Thread David, Al
We're developing a C#, WPF, .NET application. And the purpose of this application is to communicate with and control custom hardware (circuit boards) as well as instrumentation (oscilloscopes, power supplies, etc). This application contains several panels/windows/screens. And as part of this