[sgen] Exclusive write on binary protocol file
authorVlad Brezae <brezaevlad@gmail.com>
Mon, 23 May 2016 18:01:24 +0000 (21:01 +0300)
committerVlad Brezae <brezaevlad@gmail.com>
Fri, 27 May 2016 21:24:55 +0000 (00:24 +0300)
If we have binary protocol enabled and the debugged executable will spawn a new mono instance, both of the processes will write to the same debug file, because they share the environment variable, producing invalid results. Add a pid sufix if output file exists in order to separately obtain binary protocol outputs from all mono instances.


No differences found