Skip to content

Commit

Permalink
Update src/Microsoft.TestPlatform.Execution.Shared/DebuggerBreakpoint.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Jareš <me@jakubjares.com>
  • Loading branch information
Evangelink and nohwnd committed Jul 18, 2022
1 parent 55fef46 commit 4543d7d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ private static bool AttachVs(Process process, int? vsPid)

private static string? FindOnPath(string exeName)
{
// TODO: Skip when PATH is not defined.
var paths = Environment.GetEnvironmentVariable("PATH")!.Split(';');
foreach (var p in paths)
{
Expand Down

0 comments on commit 4543d7d

Please sign in to comment.