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
Wow!! Damn, looks like I need to make the switch from Sublime to Atom now…
2 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
Debugger paused at dbg.start(). Just press continue or step to start debugging.
1 Like
Okay, i’m sorry. It’s opened issue. I’ll fix it in as soon as i can.
3 Likes