{"id":15771500,"url":"https://github.com/trstringer/cdebug","last_synced_at":"2025-03-31T11:44:52.766Z","repository":{"id":57195451,"uuid":"66224660","full_name":"trstringer/cdebug","owner":"trstringer","description":":bug: Terse conditional breakpoint debugging","archived":false,"fork":false,"pushed_at":"2016-08-21T23:03:16.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-11T15:07:28.100Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/trstringer.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}},"created_at":"2016-08-21T23:01:49.000Z","updated_at":"2016-08-21T23:02:09.000Z","dependencies_parsed_at":"2022-09-16T12:12:22.560Z","dependency_job_id":null,"html_url":"https://github.com/trstringer/cdebug","commit_stats":null,"previous_names":["tstringer/cdebug"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trstringer%2Fcdebug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trstringer%2Fcdebug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trstringer%2Fcdebug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trstringer%2Fcdebug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trstringer","download_url":"https://codeload.github.com/trstringer/cdebug/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246465220,"owners_count":20781919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-04T15:02:51.347Z","updated_at":"2025-03-31T11:44:52.742Z","avatar_url":"https://github.com/trstringer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cdebug\n\n*Conditional debugging in code... a nice, terse solution*\n\nThis is just a wrapper around `debugger`.\n\n## Installation\n\n```\nnpm install cdebug\n```\n\n## Usage\n\n```javascript\nlet myVar = 1;\n// conditional breakpoint\ncdebug(myVar === 1); // breakpoint hit\n\nmyVar = 2;\ncdebug(myVar === 1); // breakpoint not hit\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrstringer%2Fcdebug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrstringer%2Fcdebug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrstringer%2Fcdebug/lists"}