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
Copy file name to clipboardExpand all lines: apps/site/pages/en/learn/getting-started/debugging.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,18 +109,12 @@ See https://github.com/microsoft/vscode for more information.
109
109
110
110
See https://github.com/cyrus-and/chrome-remote-interface for more information.
111
111
112
-
### Gitpod
113
-
114
-
- 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)
115
-
116
-
See https://www.gitpod.io for more information.
117
-
118
112
### Eclipse IDE with Eclipse Wild Web Developer extension
119
113
120
114
- From a .js file, choose "Debug As... > Node program", or
121
115
- Create a Debug Configuration to attach debugger to running Node.js application (already started with `--inspect`).
122
116
123
-
See https://eclipse.org/eclipseide for more information.
0 commit comments