[Mono-bugs] [Bug 80191][Wis] Changed - ironpython tracebacks on Mono don't have line numbers.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jan 12 03:44:54 EST 2007


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 sanxiyn at gmail.com.

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 anthony at interlink.com.au  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 sanxiyn at gmail.com  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


More information about the mono-bugs mailing list