Skip to content

Commit 09d1b11

Browse files
committed
Add debugging to C# InstallLocations.cs to determine why the support path is wrong
1 parent 1ca4b37 commit 09d1b11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

csharp/runner/SnippetRunner/InstallLocations.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ private static bool IsDirectory(string path)
224224
Console.Error.WriteLine("---------------------------------");
225225
Console.Error.WriteLine("PLATFORM ID: " + PlatformID.MacOSX);
226226
Console.Error.WriteLine("DEFAULT SUPPORT PATH: " + defaultSupportPath);
227+
Console.Error.WriteLine("HOME SUPPORT PATH: " + homeSupport.FullName);
227228
Console.Error.WriteLine("---------------------------------");
228229
Console.Error.WriteLine();
229230

0 commit comments

Comments
 (0)