{"id":16549172,"url":"https://github.com/onsetsu/dbuggr-node-inspector","last_synced_at":"2026-03-07T11:32:45.445Z","repository":{"id":151917682,"uuid":"59576567","full_name":"onsetsu/dbuggr-node-inspector","owner":"onsetsu","description":"Testing node-inspector regarding its suitability for dbuggr","archived":false,"fork":false,"pushed_at":"2016-05-26T13:46:56.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T13:45:26.590Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/onsetsu.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":"2016-05-24T13:41:48.000Z","updated_at":"2016-05-24T13:41:48.000Z","dependencies_parsed_at":"2023-05-15T19:45:18.452Z","dependency_job_id":null,"html_url":"https://github.com/onsetsu/dbuggr-node-inspector","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/onsetsu/dbuggr-node-inspector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onsetsu%2Fdbuggr-node-inspector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onsetsu%2Fdbuggr-node-inspector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onsetsu%2Fdbuggr-node-inspector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onsetsu%2Fdbuggr-node-inspector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onsetsu","download_url":"https://codeload.github.com/onsetsu/dbuggr-node-inspector/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onsetsu%2Fdbuggr-node-inspector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30212124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"last_error":"SSL_read: 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":[],"created_at":"2024-10-11T19:28:30.976Z","updated_at":"2026-03-07T11:32:45.391Z","avatar_url":"https://github.com/onsetsu.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# dbuggr-node-inspector\nTesting node-inspector regarding its suitability for dbuggr\n\n## setting up basic node inspector example\n- `clone` this repo\n- navigate to that local repo in console\n- install the node-inspector npm package with `npm install node-inspector --save`\n- start node-inspector using `node-inspector`\n  - this starts a server, we can connect to using the printed url\n  - however, no process to debug is started yet\n- so, to start a process using `node --debug examples/index.js` (which is a simple server) in a second console\n  - now, we can navigate our browser to `http://localhost:3000/` to see a page delivered by the server application\n- refreshing the debug window gives us a view on local source code files\n  - we can also set a breakpoint in the server's request handler, and refresh the delivered page\n  - the page won't return as we hit the breakpoint in our code\n    - from here on we can inspect the local variables like the request, and even modify it on the fly\n- we can also pause at the beginning of an execution using `node --debug-brk examples/index.js`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonsetsu%2Fdbuggr-node-inspector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonsetsu%2Fdbuggr-node-inspector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonsetsu%2Fdbuggr-node-inspector/lists"}