【问题标题】:Debugging application-embedded Lua code on Windows CE在 Windows CE 上调试应用程序嵌入的 Lua 代码
【发布时间】:2016-03-22 00:18:28
【问题描述】:

有多种工具可以调试 Lua 代码,例如 Luaedit 或 ZeroBrane,但我找不到任何工具能够调试嵌入在 Windows CE 应用程序中的 Lua 代码。

例如,ZeroBrane 需要 luasocket 以及其他东西可用,而我找不到该库的 Windows CE 实现。

那么有没有在 Windows CE 上调试 Lua 的工具?

【问题讨论】:

    标签: debugging lua windows-ce


    【解决方案1】:

    至少有一个report of luasocket running on WinCE。你可能想联系作者,就像你让它运行一样,你可以使用你提到的那些工具。

    另一种选择是尝试command-line debugger,因为它不需要套接字库。

    【讨论】:

      猜你喜欢
      • 2013-09-11
      • 2015-03-17
      • 2010-12-07
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2010-10-21
      相关资源
      最近更新 更多