Emacs on windows, issues with cmdproxy.exe and dap-mode
Hi! I'm struggling to run dap-mode for python language on windows.
AFAIK, for external process execution emacs 26.3 use cmdproxy.exe tool. But if I run dap-mode via cmdproxy.exe I receive something like this:
`X:\Tools\Emacs\libexec\emacs\26.2\x86_64-w64-mingw32>cmdproxy.exe /c X:/Tools/Python3/python.exe -m ptvsd --wait --host localhost --port 62444 X:/app.py`
`warning: extra args ignored after '-m'`
`Python 3.8.3 (tags/v3.8.3:6f8c832, May 13 2020, 22:37:02) [MSC v.1924 64 bit (AMD64)] on win32`
`Type "help", "copyright", "credits" or "license" for more information.`
`>>>`
If I run manually the command but via cmd.exe - everything working well. How can I use cmd.exe instead of cmdproxy.exe?
https://redd.it/gwjrdh@r_emacs