RemedyBG»Forums
2 posts
VS Code Integration?

I use VS Code extensively and wonder how RemedyBG works with VS Code. For example, how do I set up VS Code such that a RemedyBG window automatically pops up when I hit "Debug"? Is it possible to have RemedyBG recognize the breakpoints I created in VS Code?

309 posts / 1 project
None
VS Code Integration?

RemedyBG has an API for controlling and querying a running instance of the debugger. The 10X editor, for example, has a plug-in that interfaces with RemedyBG. Breakpoints that are added in 10X show up in RemedyBG and vice versa, stepping, sync'ing opened files, and so forth.

Folks in the Handmade community are working on an integration between VSCode and RemedyBG (NeGate, for one).