Shaq

Results 5 comments of Shaq

`xrepo export ccexample` not work. `xmake require --export ccexmple` can find ccexample now, but dependencies not exported.

I found the root cause. I am exporting package genrated via `xmake package`. The auto generated package missed deps declaration. Is this a bug on `xmake package`?

It would be much easier, if debugger can be used to debug lua code. :)

I know print can help debug on simple issues. I care about dedicated debugger, as I can walk through the whole exection step by step. It could be a greate...