-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wip backend plugins #178
Comments
Nodeclipse has chrome dev tool 0.3.9 fixed for debugging Node.js by @tomotaro1065 . What is wip backends ? |
https://code.google.com/p/chromedevtools/wiki/WipBackends
|
Why we are talking about WipBackends ? What is the problem that is addressed? |
The WebKit Protocol Debug Configuration has a dropdown list labelled "Wip backend". The list is empty. When launching the configuration, there is an error message complaining that no Wip backend is selected. The real question is, how do I debug a client-side JavaScript web application in Nodeclipse, or is this possible at all? |
OK, this is continuation of http://stackoverflow.com/questions/28787462/how-to-run-and-debug-an-angularjs-application-in-eclipse
Nodeclipse started as effort to support Node.js dev in Eclipse, over time it included related and helping plugins, but how to use them is out of scope. The last time I researched about client-side JavaScript debugging was a year or two ago, now I can't really advise. Also I don't think this is related to wip backend plugins. @ALL I am doing Android dev now, no time to research on JavaScript. |
Hey, I saw we included the wip backend plug-ins source code in after I installed nodeclipse, I did not see those backends if I chose the webkit debug launch configuration. Am I supposed to get the wip backends from the original google chrome dev tool update site?
The text was updated successfully, but these errors were encountered: