[Mono-dev] End line/column information in symbol files
Zinkevicius, Matt
matt.zinkevicius at hp.com
Mon Jan 5 23:41:04 UTC 2015
I am seeing the starting line and column numbers, just not the ending ones. You are saying that the compiler is not providing these values? The place exists where to put these values in the symbol file but they always seem to be -1.
Is there a reason this is not supported? Would a patch to fix this to welcomed?
--Matt
From: Zoltan Varga [mailto:vargaz at gmail.com]
Sent: Monday, January 5, 2015 4:23 PM
To: Zinkevicius, Matt
Cc: mono-devel-list at lists.ximian.com
Subject: Re: [Mono-dev] End line/column information in symbol files
Hi,
There is a tool named mdbdump in mcs/class/lib/net_4_5/mdbdumb.exe which can be used to dump the contents of .mdb files. In this case, mcs currently doesn't generate column numbers, so sdb cannot return them.
Zoltan
On Mon, Jan 5, 2015 at 6:12 PM, Zinkevicius, Matt <matt.zinkevicius at hp.com<mailto:matt.zinkevicius at hp.com>> wrote:
Hello,
When debugging our program on Linux with Mono 3.10, I’ve noticed that the source code sequence points that the soft debugger gives never include valid end line or end column numbers. They are always set to -1. Is this because the mono compiler doesn’t include these values in the mdb symbol files? Perhaps I’m doing something wrong when invoking the soft debugger library?
Thanks,
Matt Zinkevicius
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list at lists.ximian.com<mailto:Mono-devel-list at lists.ximian.com>
http://lists.ximian.com/mailman/listinfo/mono-devel-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20150105/e7a6ba24/attachment-0001.html>
More information about the Mono-devel-list
mailing list