Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRansom committed Mar 30, 2019
1 parent e9c5857 commit 6f2c5bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/absil/ilwritepdb.fs
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,9 @@ let generatePortablePdb (embedAllSource: bool) (embedSourceList: string list) (s

if singleDocumentIndex <> -1 && sps.[i].Document <> singleDocumentIndex then
builder.WriteCompressedInteger( 0 )
let d = sps.[i].Document
let rn = MetadataTokens.GetRowNumber(DocumentHandle.op_Implicit(getDocumentHandle (sps.[i].Document)))
printfn "%d -- %d" rn d
builder.WriteCompressedInteger( MetadataTokens.GetRowNumber(DocumentHandle.op_Implicit(getDocumentHandle (sps.[i].Document))) )
else
//=============================================================================================================================================
Expand Down

0 comments on commit 6f2c5bf

Please sign in to comment.