Recent Changes

Updates since 1970-01-01 00:00 UTC

(for 2019-06-15_Debugging_Node.js_programs_in_a_Vagrant_virtual_machine only)

1 | 3 | 7 | 30 | 90 days
List latest change per page only List only major changes
List later changes RSS RSS with pages RSS with pages and diff

2019-06-15

  • 18:21 UTC (new) 2019-06-15 Debugging Node.js programs in a Vagrant virtual machine . . . . Marcin Borkowski One of the very nice things in a programmer’s toolbox is a debugger. Coming from Emacs, I am accustommed to Edebug, which allows to step through the code, install breakpoints (conditional ones as well as unconditional ones), watch variables etc. Programming in JavaScript is (or at least should be) no different. Indeed, both Firefox and Chromium have a debugger in their DevTools (although Chromium’s one seems a tad more confusing). This is all good when I’m debugging front-end code, but I often work on some backend code in Node.js. Fortunately, it can be debugged, too.

More...

Filters