Re: [Python.NET] Problem debugging to python.runtime.dll

2010-07-05 Thread Barton
Vishal.Parikh wrote: / />>/ We are actually using Python.Net with python 2.5 and I wanted to learn />>/ the internal architecture of the Python.Runtime.Dll. I have tried />>/ debugging the dll by attaching the process to python.exe but doesn't hit />>/ any break point. I don't know much abo

Re: [Python.NET] Problem debugging to python.runtime.dll

2010-02-18 Thread Dave Hirschfeld
Vishal.Parikh wrote: > > We are actually using Python.Net with python 2.5 and I wanted to learn > the internal architecture of the Python.Runtime.Dll. I have tried > debugging the dll by attaching the process to python.exe but doesn't hit > any break point. I don't know much about the compiler

[Python.NET] Problem debugging to python.runtime.dll

2010-02-18 Thread Vishal.Parikh
Hi, We are actually using Python.Net with python 2.5 and I wanted to learn the internal architecture of the Python.Runtime.Dll. I have tried debugging the dll by attaching the process to python.exe but doesn't hit any break point. I don't know much about the compiler design and how it works int