Thursday, March 23, 2017

Debugging Sencha Ext JS App with VS Code


This Video Covers:

  • Installing the Chrome Debugger Plugin
  • Installing the Sencha Plugin
  • Importing the App
  • Running Sencha App Watch
  • Launching Debugging
  • Setting Breakpoints



More on Debugging with VS Code
https://docs.sencha.com/ide_plugins/guides/visual_studio_code_ide_plugin.html

More on Remote Debugging
https://developer.chrome.com/devtools/docs/debugger-protocol - Guide to remote debugging




No comments:

Trying out the Dart Analysis Server

I wanted to see how the Dart Analysis Server was put together and worked. I started looking to see how I could wire it up and try out the co...