Is it possible to have breakpoints in vscode instead of roblox studio?
Hi, beginner here. I find it time consuming to cross-reference luau and typescript files for the same logic. Is there anyway to simpify this?
1 Reply
Unfortunately there is no tool for debugging code in vscode
To do this, the studio needs to be able to set breakpoints itself, and a typescript map is needed to determine the ts code from it.