Re: [Ironpython-users] IronPython running WDB client

2015-05-24 Thread Daniel Fernandez
Hi All, It looks like one is always returned for f_lineno. Here is the output for a simple example output IronPython vs CPython. I used -X:FullFrames for ipy.exe. IronPython 2.7.5 (2.7.5.0) on .NET 4.0.30319.0 (32-bit) Type "help", "copyright", "credits" or "license" for more information. >>>

Re: [Ironpython-users] IronPython running WDB client

2015-05-24 Thread Daniel Fernandez
Hi All, I was mistaken I needed to add -X:Tracing which enable the correct f_lineno Danny From: [email protected] To: [email protected]; [email protected]; [email protected] Date: Sun, 24 May 2015 09:17:54 -0600 Subject: Re: [Ironpython-users] IronPython running WDB c