Sublime Forum

Working on creating a Lua debugger for Sublime

#1

I’m struggling a bit, as this is my first plugin for Sublime 3, but I would like to have a lightweight lua debugger that I can tweak.

For those of you with more experience - I’m using the Ruby debugger as a starting framework and then wiring in the features as needed. Is there a way to add an interactive “dot” on the left column and make it clickable to toggle/untoggle a breakpoint on that line?

I’m available on gmail - alexyoshi at - feel free to message me via google chat anytime.

-Alexander Brazie
Technical Designer, Riot Games

0 Likes

#2

I would be very interested to test this debugger if you manage to get it done. :smile:

Interactive dot would be “gutter icon”, I believe. These can be seen for example in GitGutter (https://github.com/jisaacks/GitGutter).

0 Likes