Working with Advanced Tools

From HTML5 Builder
Jump to: navigation, search
Quick Start Guide

HTML5 Builder provides several advanced tools to ease the hardest parts of the development process.

For your JavaScript code, you can use your web browser embedded debugging tools, such as the Web Inspector in Chrome and Safari, or FireBug in Firefox. You can also debug mobile applications remotely using Weinre or JS Console.

JavaScriptDebugging.png

When working with PHP code, the Debugger will help you locate any errors in your application, while the Profiler will let you find its bottlenecks, so you can effectively work in improving its performance. Also several Refactoring tools, dialogs and helpers are available to clean your code easily and quickly.

DebuggerInAction.png