{"id":18801577,"url":"https://github.com/addiks/gedit-dbgp-plugin","last_synced_at":"2025-07-22T15:34:42.463Z","repository":{"id":28398891,"uuid":"31913189","full_name":"addiks/gedit-dbgp-plugin","owner":"addiks","description":"This plugin allows you to use gedit-3 as a debugging-client using the DBGp protocol (e.g.: XDebug).","archived":false,"fork":false,"pushed_at":"2017-07-18T20:07:27.000Z","size":90,"stargazers_count":4,"open_issues_count":7,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-20T00:42:28.686Z","etag":null,"topics":["breakpoints","dbgp-client","dbgp-protocol","dbgp-proxies","gedit","gedit-plugin","profiles","python","xdebug","xdebugclient"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/addiks.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":"2015-03-09T17:42:16.000Z","updated_at":"2024-06-05T00:00:11.000Z","dependencies_parsed_at":"2022-09-01T08:50:19.320Z","dependency_job_id":null,"html_url":"https://github.com/addiks/gedit-dbgp-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/addiks/gedit-dbgp-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addiks%2Fgedit-dbgp-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addiks%2Fgedit-dbgp-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addiks%2Fgedit-dbgp-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addiks%2Fgedit-dbgp-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/addiks","download_url":"https://codeload.github.com/addiks/gedit-dbgp-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/addiks%2Fgedit-dbgp-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266521196,"owners_count":23942399,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["breakpoints","dbgp-client","dbgp-protocol","dbgp-proxies","gedit","gedit-plugin","profiles","python","xdebug","xdebugclient"],"created_at":"2024-11-07T22:24:27.084Z","updated_at":"2025-07-22T15:34:42.414Z","avatar_url":"https://github.com/addiks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Gedit plugin: DBGp Debugging Client\n===================================\n\nThis plugin allows you to use gedit-3 as a debugging-client using the DBGp protocol (e.g.: XDebug).\n\n## Features\n\n * Using DBGp-proxies\n * Multiple profiles\n * Path mapping\n * Breakpoints (conditional)\n * Inspecting and manipulating variables\n * Stepping through your code\n\n## Licence\n\nThis plugin is licenced under the GNU General Public Licence version 3. \nIf you do not know what that means, see the file 'LICENCE'.\n\n## Minimum requirements\n\n * gedit-3\n * python-3\n * notify-osd (will be optional in a future release, but not yet)\n\nI have successfully tested this plugin under the following setups:\n * Ubuntu 14.04 / Gedit 3.10\n * Ubuntu 14.04 / Gedit 3.12\n * Fedora 23 / Gedit 3.18\n\n## Download\n\n### Clone the git-repository\n\nExecute the following command:\n\n```\ngit clone https://github.com/addiks/gedit-dbgp-plugin.git\n```\n\n### Download the zip-archive\n\nhttps://github.com/addiks/gedit-dbgp-plugin/archive/master.zip\n\nExtract the zip-archive anywhere you want.\n\n## Installation\n\n1. Move, copy or link the folder you downloaded to ~/.local/share/gedit/plugins/addiks-dbgp\n2. Restart gedit if it is running.\n3. In the menu, go to: Edit \u003e Settings \u003e Plugins\n4. Make sure the checkbox next to \"Addiks - DBGp client (XDebug)\" is active.\n\n## Configuration\n\nFirst thing you should do is to set up the profiles.\n  1. Open in the menu: Debugging \u003e Manage profiles\n  2. For every 'target' to debug:\n    1. If the target is using a debugging-proxy, activate the checkbox \"connect to DBGp\" and enter the hostname (or IP) and port (usually 9001).\n    2. If the target is not on your computer, click on \"Configure path mapping\" and set up the _absolute_ path's to map from remote (target) to local (in your workspace)\n    3. (Optional) Enter the URL of the WWW-system to debug (if any).\n    4. Enter the port to listen for connections (usually 9000)\n    5. Define an IDE-Key for the profile. The IDE-Key must be unique among all profiles and all other IDE's using the same proxy.\n\n## Usage\n\nFirst click on the menu in: Debugging \u003e Start listening for debugging sessions\nThis will open all ports from all profiles and register with all DBGp-proxies.\n\nAlso, this will add a new gutter on every open gedit-window.\n(a gutter is some sidebar-thingy like the one containing the line-numbers) \nClick on the gutter where you want to add breakpoints (just above where you want to debug your code).\n\n### HTTP over XDebug\n\nTo start the debugging-session, simple open the menu \"Debugging\" \u003e \"XDebug / HTTP\" \"Send start-debugging request to: my-profile-name\".\nIf everything (including the server *) is properly configured, the debug session should start right away.\n\n(*: Make sure xdebug in apache-php is propery configured to connect either directly to gedit or to a proxy that is configured in gedit.)\n\nIf you see the session-window open and close directly afterwards, you probably have not defined any breakpoints.\n\nWhen you are done debugging, click on the menu in: Debugging \u003e Stop listening for debugging sessions\n\n\n### PHP-CLI over XDebug\n\nExecute this to start a debugging-session for a PHP-script called over CLI (command line interface):\n\n```\nphp -d xdebug.remote_autostart=1 yourscript.php\n```\n\nMake sure xdebug in this cli is propery configured to connect either directly to gedit or to a proxy that is configured in gedit.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faddiks%2Fgedit-dbgp-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faddiks%2Fgedit-dbgp-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faddiks%2Fgedit-dbgp-plugin/lists"}