{"id":17789619,"url":"https://github.com/clarkio/nodejs-debugging","last_synced_at":"2026-04-16T15:34:20.959Z","repository":{"id":82252726,"uuid":"89436023","full_name":"clarkio/nodejs-debugging","owner":"clarkio","description":"This repository is supplemental material for the blog post \"Debugging in Node.js\"","archived":false,"fork":false,"pushed_at":"2017-04-26T04:25:41.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T21:28:02.613Z","etag":null,"topics":["debugging","debugging-tools","javascript","node","node-js","nodejs"],"latest_commit_sha":null,"homepage":"https://www.clarkio.com/2017/04/25/debugging-in-nodejs/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clarkio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-26T03:59:22.000Z","updated_at":"2017-04-26T04:02:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"fab45676-1613-446f-ae6a-ddd2517de966","html_url":"https://github.com/clarkio/nodejs-debugging","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clarkio/nodejs-debugging","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarkio%2Fnodejs-debugging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarkio%2Fnodejs-debugging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarkio%2Fnodejs-debugging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarkio%2Fnodejs-debugging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clarkio","download_url":"https://codeload.github.com/clarkio/nodejs-debugging/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarkio%2Fnodejs-debugging/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31892449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debugging","debugging-tools","javascript","node","node-js","nodejs"],"created_at":"2024-10-27T10:36:00.860Z","updated_at":"2026-04-16T15:34:20.923Z","avatar_url":"https://github.com/clarkio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node.js Debugging\nThis repository is supplemental material for the blog post [Debugging in Node.js](https://www.clarkio.com/2017/04/25/debugging-in-nodejs/). Please follow along there for further details.\n\n## Quick Start\n1. Make sure you have Node.js installed (I suggest using [nvm](https://github.com/creationix/nvm))\n2. Clone the repository\n3. Change to the directory where the repository was cloned (`nodejs-debuggin`).\n4. To run the `console-log.js` code use `node console-log.js`\n5. To run the `built-in.js` code with the built-in Node.js debugger use `node debug built-in.js`\n6. To run the `built-in.js` code with the built-in Node.js inspector use `node --inspect --debug-brk built-in.js`\n\nYou can run the following commands in your terminal to get started as well:\n```bash\ngit clone git@github.com:clarkio/nodejs-debugging.git\ncd nodejs-debugging\nnode console-log.js\n```\n\n### Console.log\nThe `console-log.js` files is to be used for debugging using `console.log()` statements throughout the code.\n\n### Built-in\nThe `built-in.js` file is to be used for debugging with the either the Node.js built-in debugger or inspector. It is also later used as part of debugging with Visual Studio Code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclarkio%2Fnodejs-debugging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclarkio%2Fnodejs-debugging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclarkio%2Fnodejs-debugging/lists"}