How to avoid an extra dlv.exe open in another terminal? #698
-
After using It seems that the default situation for others is opening window in the same terminal without an extra terminal. And the other question focus on how to open an extra termnial. I don't want to change focus. Is there any method to avoid this extra terminal? Or whether dlv.EXE can run silently? These are what this two termnial like: ---- update ---- Changing the all four |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Can you try setting |
Beta Was this translation helpful? Give feedback.
Can you try setting
detached
tofalse
in your adapter configuration? See:h dap-adapter
and look for theexecutable
settings.