sorry all, my fault, found the issue... I defined the environment variable debug with double quotes in Windows 10 (set debug=" /d") which leads to the abouve error. When I omit the quotes, (set debug= /d) debug is activated as expected.

Sorry again!