|
|
Label: ♦chinese
fu
created at Thursday, 2009-05-21, 16:18:57
2 Replies, 1042 Hits
新版Dao Studio即将出来,发几个预览视频这个新版本将主要增加对程序调试的支持,允许在代码编辑器里设置调试断点,更支持了Edit and Continue调试模式,允许程序在调试期间作修改,并在修改后继续执行程序(不需要重新从头运行)。另外,此版本也允许用户更改代码编辑器和脚本终端的配色主题,并且还支持了打印机,可打印语法增亮的源代码和终端输出。 视频预览: Console Edit&Continue Data Browser 高清晰度视频: Console Edit&Continue Data Browser Comments
dt_flys commented at Saturday, 2009-10-10, 08:08:47
IDE是不是有独立的语法分析器
fu commented at Saturday, 2009-10-10, 18:27:35
没有。是将Dao的解释器嵌入到了IDE里。
|
fu: Fixed and updated There was a minor bug in storing returned value in the DaoVmProcess structure. Now it is fixed and up ... (Sep.07,23:43) klabim: ... Ok, I found it. It can be so easy by reading the documentation :- ). I have overseen the keyword glob ... (Aug.21,18:09) klabim: returning a string from function to c++ code! Hi, I run in some trouble while calling a dao function from the c++ code. The dao function should re ... (Sep.07,19:44) klabim: sharing vars between scripts Hi, how can I share a variable between 2 scripts in an embedded environment? For example: script 1: ... (Aug.21,17:55) |