Skip to content

Commit

Permalink
also check whether the output returns a process id
Browse files Browse the repository at this point in the history
PhilippOesch committed Jul 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent caeb52b commit dbcf98e
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
@@ -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

0 comments on commit dbcf98e

Please sign in to comment.