You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For its second argument it expects the directory to run in, for its second and final argument, it accepts one string. So you'll have to escape the space as needed.
DlvExec ~/go/bin/acommand anargument
results in:
zsh:cd:1: no such file or directory: anargument
But any quoting of the command causes DlvExec to just split the buffer window.
The text was updated successfully, but these errors were encountered: