marksman
marksman copied to clipboard
Debug files in `/tmp`
Hi :wave: , I noticed that starting marksman (version 1.0.0-77f348c) creates following files in /tmp/
directory:
- clr-debug-pipe-
-in - clr-debug-pipe-
-out - dotnet-diagnostic-
-socket
From my quick search it looks like they are some sort of dotnet's debugging interface.
Setting environment variable COMPlus_EnableDiagnostics=0
disables them but is this functionality needed for something?
Could it be disbled at build time?