Decoda介绍作者:韦秋实 2012-03-14Decoda
Decoda是一个功能强大的Lua编辑和调试工具。
Decoda 是目前经过我们的测试,比较好用的一款的Lua集成编辑环境,其Lua调试功能十分强大,可以编辑和调试Lua脚本。 Decoda具有Lua的代码高亮,自动补全功能,还可以建立工程,统一管理Lua文件,并能和SCC相关联,提供代码管理功能。在调试的时候还能动态读入被调试进程加载的所有Lua文件、端点、变量查看,监视等功能一应俱全。 下面,我们来看下Decoda调试Bolt引擎时应注意的事项: 1. Decoda不使用工程配置打开进程时,由于Lua的延迟加载机制,一开始是看不到Lua文件的,最好使用某些同步函数来暂时停止运行(如XLMessageBox)。 2. Decoda仅仅针对Lua代码,不支持Lua与C代码之间的跳转。 3. 使用Decoda编辑文件时要注意,Decoda对不同路径同名文件的区分能力较弱,保存时最好确认下是否正确保存。 注意:Decoda对非英文的支持较差,编辑含有非ANSI字符文件时易崩溃。Decoda is a free and open-sourced professional development environment for debugging Lua script in your applications (A Lua IDE). It’s familiar and fast and you’ll wonder how you ever worked without it. FEATURES:
LATEST NEWSOur Lua IDE Decoda is now open source!FacebookToday we are very pleased to announce that we’ve released Decoda, our Lua IDE (Integrated Development Environment) and debugger, as open source. You can get the latest version of the source from GitHub and the Windows installer from the download page. We created Decoda in 2007 just as we were starting work on Natural Selection 2 and getting our company off the ground. Since Natural Selection 2 uses Lua heavily we realized that a complete IDE with an integrated debugger would be critical. Although it was initially an internal tool, we quickly realized that other developers would benefit from Decoda as well. To help fund our company, we productized Decoda and began selling through our website. Over the years we’ve licensed Decoda to many game studios and its revenue helped keep our company on stable ground even in some of the rockiest financial times. Today, after the successful launch of Natural Selection 2, we have the opportunity to re-evaluate our business strategy. As a tool, Decoda is just as important for us as it was when we wrote the first line of code — our programmers use it every day in the continuing development of the game. In fact, it’s so important to us that we want it to improve faster than ever. We intend to keep on developing Decoda, but we are most excited about what *you* can do to help make it the best IDE out there! Decoda 1.16 releasedFacebookDecoda 1.16 is now available for download. If you have auto-updates enabled, Decoda will automatically detect the update and download it (you can also manually do this by selecting Help/Check For Updates from the menu). Otherwise download the latest installer from here. If you experienced side-by-side errors with previous versions of Decoda, we recommend uninstalling and re-installing with the latest installer. Here’s the change list for Decoda 1.16:
If your evaluation for Decoda has ended and you would like to request an extension, please e-mail us at decoda@. As usual, please e-mail us at decoda@ if you have any problems or suggestions. Decoda 1.15 releasedFacebookDecoda 1.15 is now available for download. If you have auto-updates enabled, Decoda will automatically detect the update and download it (you can also manually do this by selecting Help/Check For Updates from the menu). Otherwise download the latest installer from here. If you experienced side-by-side errors with previous versions of Decoda, we recommend uninstalling and re-installing with the latest installer. Here’s the change list for Decoda 1.15:
If your evaluation for Decoda has ended and you would like to request an extension, please e-mail us at decoda@. As usual, please e-mail us at decoda@ if you have any problems or suggestions. |
|