Skip to content

Commit

Permalink
Merge pull request Issafalcon#113 from PhilippOesch/topic/fix-endless…
Browse files Browse the repository at this point in the history
…-loop-on-waiting-for-debugger

Also check if the output returns a process id message
  • Loading branch information
Issafalcon authored Jul 24, 2024
2 parents caeb52b + dbcf98e commit 0350979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/neotest-dotnet/strategies/netcoredbg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ return function(spec)
if
string.find(output, "Waiting for debugger attach...")
or string.find(output, "Please attach debugger")
or string.find(output, "Process Id:")
then
waitingForDebugger = true
end
Expand Down

0 comments on commit 0350979

Please sign in to comment.