Message 1 of 3
VSCode error "queue can't hold so many messages". How do I enlarge capacity?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
While debugging in VSCode my program stops running and shows this error, in VSCode, on a line of code, "the queue can't hold so many messages; you need to enlarge its capacity".
How do I "Enlarge its capacity"?
BTW, the program runs and finishes fine if I'm not debugging it.