查看: 2259|回复: 1

如何调试GC的脚本

[复制链接]

发表于 2013-2-18 16:12:46 | 显示全部楼层 |阅读模式
Debugging: GenerativeComponentsIntroduction

GCScript is a "C" style programming language (like C, C++, Java, and C#) that's optimized to work with GC.
Debugging techniques

  • Standard breakpoint: breakpoint; (written on a separate line)
    Four buttons: Step into, Step over, Step out, Play
  • Conditional breakpoint: if(i ==6) breakpoint;
  • Locals: to inspect all individual local values, to look inside arrays and view properties of features.
  • Watches: to enter global variables. Features, properties of features can be specified such as: point01.X. To look at any value in the watches window, right-click and select 'Add Watch'.
  • Stack
  • Console: print or PrintFormat functions



回复

使用道具 举报

发表于 2013-3-1 10:35:25 | 显示全部楼层
传说中的沙发???哇卡卡
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则