You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Library to ease connections to [Inspector Protocol][] endpoints.
102
106
103
-
### [Gitpod](https://www.gitpod.io)
107
+
See https://github.com/cyrus-and/chrome-remote-interface for more information.
108
+
109
+
### Gitpod
104
110
105
111
- Start a Node.js debug configuration from the `Debug` view or hit `F5`. [Detailed instructions](https://medium.com/gitpod/debugging-node-js-applications-in-theia-76c94c76f0a1)
106
112
107
-
### [Eclipse IDE](https://eclipse.org/eclipseide) with Eclipse Wild Web Developer extension
113
+
See https://www.gitpod.io for more information.
114
+
115
+
### Eclipse IDE with Eclipse Wild Web Developer extension
108
116
109
117
- From a .js file, choose "Debug As... > Node program", or
110
118
- Create a Debug Configuration to attach debugger to running Node.js application (already started with `--inspect`).
111
119
120
+
See https://eclipse.org/eclipseide for more information.
121
+
112
122
## Command-line options
113
123
114
124
The following table lists the impact of various runtime flags on debugging:
@@ -163,18 +173,18 @@ couple popular ones are listed below.
163
173
164
174
The V8 Debugging Protocol is no longer maintained or documented.
0 commit comments