Atom defold debugger

I created package for debuggin lua in atom. And checked it on defold project, which works fine.
Please test it.


Package based on https://github.com/31i73/atom-dbg

14 Likes

Published in atom packages

4 Likes

Amazing! Well done!

5 Likes

Wow!! Damn, looks like I need to make the switch from Sublime to Atom now… :smiley:

2 Likes

@Egill_Antonsson look at this! your dreams may come true now :stuck_out_tongue:

3 Likes

You should post this to the community page.

3 Likes

Hello @kekd.ck, can you provide any tutorial how to use this package? I set breakpoint, path to script and changed debugger to Lua debugger. But when I click Debug and run build from Defold nothing happens. Atom output says: Run programm that need to debug.

1 Like

You did all right. Just add to game script

local dbg = require "builtins.scripts.mobdebug" 
dbg.start()

to start debugging client

4 Likes

Thanks :wink: Now output says: Connected to …, but game not responding after start. ;( Any ideas?

Debugger paused at dbg.start(). Just press continue or step to start debugging.

Oh, indeed :wink: Now debugger is working until meet a breakpoint. Am I doing something wrong again?

1 Like

Okay, i’m sorry. It’s opened issue. I’ll fix it in as soon as i can.

3 Likes