You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in order to step into SDL code, you need to rebuild lime with -Ddebug parameter in addition -debug
lime rebuild -debug -verbose -Ddebug
if you modify any of the source for the supporting libraries while debugging, you will want to modify the build script which re-untar's the source files when builds occur.
lime rebuild command executes via precompiled neko build script, so you need to recompile Build.hx
cd /usr/lib/haxe/lib/nme-dev/1,3,2/tools/build
haxe compile.hxml
you will need to rename the debug version of the library to the release name, it appears that the debug configuration does not check for debug builds of support libraries