Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80191 --- shadow/80191 2007-01-02 06:13:30.000000000 -0500 +++ shadow/80191.tmp.10650 2007-01-12 03:44:54.000000000 -0500 @@ -63,6 +63,19 @@ That is what toggles line number information. ------- Additional Comments From [EMAIL PROTECTED] 2007-01-02 06:13 ------- Nope - running "mono --debug ipy.exe foo.py" still reports "line unknown" under both Mono 1.2.2 and Mono 1.1.17. + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-12 03:44 ------- +Some findings. This may be relevant or not. I'm not sure. + +# test.py +x = 1; y = 2 +print x + y + +Tracing System.Reflection.Emit.ILGenerator:MarkSequencePoint seems to +show IronPython generating relevant line informations. Trace is attached. + +mono --trace=M:System.Reflection.Emit.ILGenerator:MarkSequencePoint +ipy.exe test.py > trace_MarkSequencePoint.txt _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
