firefox-devtools / firefox-devtools/vscode-firefox-debug
Support await from debug console
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 447
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.