pkulchenko / MobDebug

Remote debugger for Lua.
Other
885 stars 192 forks source link

How can i use this with Love2d? #41

Closed phansonloc1999 closed 6 years ago

phansonloc1999 commented 6 years ago

I'd like to use mobdebug in vscode but not sure how to install and get it to work. (Sorry, i'm new to computer science and programming)

pkulchenko commented 6 years ago

Someone will have to write the integration code for vscode to work with Mobdebug (similar to how I did this for ZeroBrane Studio IDE; see examples for love2d debugging: https://studio.zerobrane.com/documentation#debugging).