Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试调试使用 TideSDK (1.2.0RC4) 的 HTML5/javascript 应用程序。我可以运行构建脚本并创建一个可执行文件并以<appname>.exe --debug. 可执行文件启动并打开一个带有日志输出的单独控制台窗口,然后以错误代码退出并关闭控制台窗口。我不知道出了什么问题,因为我看不到日志输出。如何强制包含日志输出的窗口保持打开状态?我模糊地记得cmd /k ...,但这不起作用。任何人有任何指针?
<appname>.exe --debug
cmd /k ...
结帐 TideSDK 1.3.1-beta 可在http://tidesdk.org下载
不支持早期版本。