Tuesday, March 14, 2017

Debugging App Engine Flex node.js Web App in Eclipse

This video Covers:
  • Install the node.js Eclipse plugin
  • Import the Hello World app
  • Debug the node.js app
  • Breakpoints, stack and variable inspection
  • Node.js auto assist


Reference

Requirements
  • Google Cloud SDK
  • Eclipse
  • NPM
Quick Start
Find the detailed directions here: https://cloud.google.com/appengine/docs/flexible/nodejs/quickstart

Git Clone
git clone https://github.com/GoogleCloudPlatform/nodejs-docs-samples

Create Project
Import the project into Eclipse by Creating a Node.js project

Install
Run npm install and it will download the dependencies and initially build the project.




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...