Try Upgrade Adviser – Scan Your Ext JS Codebase for V8 App Upgrade

Sneak Peek: Sencha Visual Studio Code Plugin

November 1, 2016 2408 Views

Get a summary of this article:

Show

We’re just days away from SenchaCon 2016, where we’ll be introducing a brand new Ext JS tool – a plugin for Microsoft Visual Studio Code source editor. Join Ryan Salva, Microsoft Principal Program Manager, and me for our session: Learn Cross-Platform Mobile App Development with Cordova and Visual Studio.

You’ll learn how you can use Visual Studio Code and Sencha Visual Studio Code plugin to speed up your Ext JS app development. We’ll cover the top features of Visual Studio Code, Sencha Visual Studio Code plugin, and use Microsoft extensions to create and debug mobile applications.

Don’t have your ticket yet for SenchaCon 2016? Register today because tomorrow is the last day for online registration.

Now, I’m going to show you how to debug Ext JS apps using Microsoft Visual Studio Code extension – Debugger for Chrome.

Debugging Ext JS Apps with Visual Studio Code

Debugging apps using breakpoints, stepping through code, and watching variables is very common in Java and .Net development environments, but good tools for web developers are limited. Microsoft Visual Studio Code provides an extension called “Debugger for Chrome” that helps you with debugging Ext JS web apps.

To get started, go to Visual Studio Code, and just search for and install “Debugger for Chrome” extension.

Visual Studio Code - Debugger for Chrome extension

From the Debug tab, select Configure, and select Chrome.

Visual Studio Code - Debug Tab

Visual Studio Code will now create an initial launch configuration. Please update the URL in the launch.json to point to your Ext JS app.

Visual Studio Code - Launch.json

Launch Chrome with remote debugging enabled, so the extension attaches to it. In a terminal, execute /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome –remote-debugging-port=9222

Now, you can start debugging (F5), add breakpoints, step through Ext JS code, and watch the call stack.

Chrome with Remote Debugging Enabled

Join us at SenchaCon for our session, where we’ll show you all of the details and how to use Visual Studio Code plugin.

If you’re interested in what’s new in Architect 4.1 and Themer 1.1, I have another SenchaCon session, Web Development at the Speed of Thought: Succeeding in the App Economy, where I’ll go over speeding up development using various Ext JS tools including Architect, Themer, Sencha Inspector, and Stencils.

See you in Las Vegas!

Recommended Articles

Creating a Mobile Application with Ext JS and Capacitor

Introduction Modern mobile applications demand rich user experiences, cross-platform compatibility, and rapid development cycles. In this document, you will learn how Ext JS and Capacitor…

Building Real-Time Dashboards with WebSockets and Frontend Frameworks

Real-time dashboards have become essential in industries where users need instant visibility into changing data. Whether monitoring financial transactions, logistics operations, industrial systems, application health,…

Front-End Frameworks Compared in 2026: Performance, Use Cases, and Trade-offs

Front-end framework selection in 2026 centers on three critical decisions: complete platform versus ecosystem assembly, performance at enterprise scale, and long-term maintenance costs. Ext JS…

Enhancing Component Logic: A Developer’s Guide to Ext JS Plugins

In the world of Ext JS, reusability is king. While subclassing a component is a common approach to extend functionality, it often leads to rigid…

Upgrading Ext JS 7.x to 8.0: A Practical Enterprise Guide

For teams already running Ext JS 7.x, upgrading to Ext JS 8.0 is usually a manageable modernization step rather than a full-scale rebuild. Because the…

Upgrading Ext JS 6.x to 8.0: A Practical Guide

For organizations maintaining Ext JS 6.x applications, upgrading to Ext JS 8.0 is typically a modernization exercise focused on stability, maintainability, tooling alignment, and validation…

View More