Skip to content

Commit 00f29e6

Browse files
committed
nodejs step debugging
1 parent 0160d0a commit 00f29e6

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.adoc

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9702,7 +9702,11 @@ drmModeGetResources failed: Invalid argument
97029702
failed to initialize legacy DRM
97039703
....
97049704

9705-
See also: https://github.com/robclark/kmscube/issues/12 and https://stackoverflow.com/questions/26920835/can-egl-application-run-in-console-mode/26921287#26921287
9705+
See also:
9706+
9707+
* https://github.com/robclark/kmscube/issues/12 and:
9708+
* https://stackoverflow.com/questions/26920835/can-egl-application-run-in-console-mode/26921287#26921287
9709+
* https://stackoverflow.com/questions/3804065/how-to-use-opengl-without-a-window-manager-in-linux/50669152#50669152
97069710

97079711
Tested on: https://github.com/cirosantilli/linux-kernel-module-cheat/commit/2903771275372ccfecc2b025edbb0d04c4016930[2903771275372ccfecc2b025edbb0d04c4016930]
97089712

@@ -21097,6 +21101,19 @@ Examples:
2109721101
** link:rootfs_overlay/lkmc/nodejs/object_to_json.js[]: `toJSON` examples
2109821102
* link:rootfs_overlay/lkmc/nodejs/http.js[]: `http` module to create a simple HTTP server: https://nodejs.org/api/http.html
2109921103

21104+
===== Node.js step debugging
21105+
21106+
Overviews:
21107+
21108+
* https://stackoverflow.com/questions/12641679/nodejs-a-step-by-step-debugger-for-nodejs/60018317#60018317
21109+
* https://stackoverflow.com/questions/1911015/how-do-i-debug-node-js-applications/52423980#52423980
21110+
21111+
Skip breaking on the first line every time: https://stackoverflow.com/questions/41153179/why-is-the-node-debugger-break-on-first-line-a-thing
21112+
21113+
Break at function or line: https://stackoverflow.com/questions/65493221/how-to-break-at-a-specific-function-or-line-with-the-node-js-node-inspect-comman/65493318#65493318
21114+
21115+
Show more context lines... https://stackoverflow.com/questions/64942914/how-to-increase-the-number-of-context-lines-shown-in-the-node-js-debugger-when-u
21116+
2110021117
===== NPM
2110121118

2110221119
https://en.wikipedia.org/wiki/Npm_(software)

0 commit comments

Comments
 (0)