Common Template Engine Release | Build >>  English | 中文
Downloads Changes Log Forums About Us
Documents
Overview
Template Reference
Expression Reference
Syntax Coat Reference
Config Guide
Expansion Guide
API Guide
FAQ
Versus Other Engine
Integration
MVC Integration
JSP Integration
Cache Integration
Logger Integration
Data Format
Javax Script Integration
Mail Sender Integration
Dependency Library
Tools
Debug Window
Viewer
Template Generator
Template Converter
Editor PlugIn
Code Case
Development
Architecture Specification
Develop Criterion
Project Planning
Requirement
Resources
Downloads
License
Changes Log
UML
Java Doc
Coverage Report
Community
Developer Team
Forums
Wiki
Mail List
Bugs List
Report Bugs Here !

 
Debug Window

1. Function:
Debug the template.

2. Breakpoint:
(1) Suspended directive on breakpoint
(2) Line of $. or $breakpoint directive
(3) Double click line number.

3. Debug Window Buttons:
Shortcut Key:"ALT + F5", "Step Into"
Shortcut Key:"ALT + F6", "Step Over"
Shortcut Key:"ALT + F7", "Step Return"
Shortcut Key:"ALT + F8", "Resume", Resume run to next breakpoint.
Shortcut Key:"ALT + F9", "Resume All", Resume and skip all breakpoints.
Shortcut Key:"ALT + F10", "Terminate", Terminate run.

4. Debug Window Snapshot:
Directive:


Text:


Add breakpoint:


Resume run to breakpoint:


 

Copyright © 2007 - 2009 CommonTemplate Developer Team