{"id":18909197,"url":"https://github.com/jruby/jruby-debug","last_synced_at":"2025-04-15T06:15:12.643Z","repository":{"id":1253963,"uuid":"1192624","full_name":"jruby/jruby-debug","owner":"jruby","description":"JRuby-based backend for ruby-debug","archived":false,"fork":false,"pushed_at":"2020-07-20T15:03:01.000Z","size":173,"stargazers_count":15,"open_issues_count":4,"forks_count":7,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-15T06:15:07.374Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jruby.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-12-23T10:35:49.000Z","updated_at":"2020-07-20T15:03:04.000Z","dependencies_parsed_at":"2022-08-16T12:45:22.157Z","dependency_job_id":null,"html_url":"https://github.com/jruby/jruby-debug","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jruby%2Fjruby-debug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jruby%2Fjruby-debug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jruby%2Fjruby-debug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jruby%2Fjruby-debug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jruby","download_url":"https://codeload.github.com/jruby/jruby-debug/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249016641,"owners_count":21198833,"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-11-08T09:31:46.868Z","updated_at":"2025-04-15T06:15:12.620Z","avatar_url":"https://github.com/jruby.png","language":"Java","readme":"= ruby-debug-base for JRuby\n\n[NOTE: This project has been superceded by  https://github.com/ruby-debug/ruby-debug.  It is left for historical context (and was only valid for Netbeans IDE).\n\n== Overview\n\n(j)ruby-debug-base provides the fast debugger extension for JRuby interpreter.\nIt is the same as ruby-debug-base native C extension from ruby-debug project\n(http://rubyforge.org/projects/ruby-debug/), but for JRuby.\n\n== Install\n\n(j)ruby-debug-base is available as a RubyGem:\n\n   jruby -S gem install ruby-debug-base\n\n== Installation of trunk version\n\nHandy for developers or users living on the cutting-edge.\n\n$ cd ~/tmp\n$ svn co svn://rubyforge.org/var/svn/debug-commons/jruby-debug/trunk jruby-debug\n$ cd jruby-debug\n$ rake gem\n$ jruby -S gem install -l pkg/ruby-debug-base-0.10.3-java.gem \n$ jruby -S gem install columnize\n$ jruby -S gem install -r ruby-debug -v 0.10.3 --ignore-dependencies\n\n== Usage\n\nThe usage is then the same as with native ruby-debugger, but you might need to\nforce JRuby which has to run in interpreted mode. Simplest usage is:\n\n  $ jruby --debug -S rdebug \u003cyour-script\u003e\n\nOr easier, you might create 'jruby-dm' ('dm' for 'debugger-mode'):\n\n  $ cat ~/bin/jruby-dm\n  #!/bin/bash\n  jruby --debug \"$@\"\n\nThen you may run just as you used to:\n\n  $ jruby-dm -S rdebug \u003cyour-script\u003e\n\nFor more information see: http://bashdb.sourceforge.net/ruby-debug.html\n\n== License\n\nSee MIT-LICENSE for license information.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjruby%2Fjruby-debug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjruby%2Fjruby-debug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjruby%2Fjruby-debug/lists"}