Skip to content

Commit 65b4be4

Browse files
richard-finejoncham
authored andcommitted
Report column information for sequence points when using portable PDBs
1 parent a8cab47 commit 65b4be4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mono/metadata/debug-mono-ppdb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ mono_ppdb_lookup_location (MonoDebugMethodInfo *minfo, uint32_t offset)
370370
location = g_new0 (MonoDebugSourceLocation, 1);
371371
location->source_file = docname;
372372
location->row = start_line;
373+
location->column = start_col;
373374
location->il_offset = iloffset;
374375

375376
return location;

0 commit comments

Comments
 (0)