firefox-devtools / firefox-devtools/vscode-firefox-debug
Support await from debug console
Aperta
enhancement
- Lingua principale
- TypeScript
- Stelle
- 447
- Fork
- 76
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
I can't use `await` from the debug console in vscode. It shows the following error:
```
await 1
SyntaxError: await is only valid in async functions, async generators and modules
```
But this works from the debug console in firefox.
It would be really nice if we could use await expressions in vscode too, as without them it's not so easy to inspect results of async functions.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.