René's URL Explorer Experiment


Title: Debugging in RubyMine with JRuby 10.x fails with IllegalArgumentException: unknown event type: RESCUE · Issue #11 · jruby/jruby-debug · GitHub

Open Graph Title: Debugging in RubyMine with JRuby 10.x fails with IllegalArgumentException: unknown event type: RESCUE · Issue #11 · jruby/jruby-debug

X Title: Debugging in RubyMine with JRuby 10.x fails with IllegalArgumentException: unknown event type: RESCUE · Issue #11 · jruby/jruby-debug

Description: Using the IDE debugger in RubyMine fails always to start the debugger instance. This happened with JRuby 10.0.1.0 as well as with JRuby 10.0.2.0. The RubyMine release is 2025.2 There is an open issue also at JetBrains without probability...

Open Graph Description: Using the IDE debugger in RubyMine fails always to start the debugger instance. This happened with JRuby 10.0.1.0 as well as with JRuby 10.0.2.0. The RubyMine release is 2025.2 There is an open iss...

X Description: Using the IDE debugger in RubyMine fails always to start the debugger instance. This happened with JRuby 10.0.1.0 as well as with JRuby 10.0.2.0. The RubyMine release is 2025.2 There is an open iss...

Opengraph URL: https://github.com/jruby/jruby-debug/issues/11

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Debugging in RubyMine with JRuby 10.x fails with IllegalArgumentException: unknown event type: RESCUE","articleBody":"Using the IDE debugger in RubyMine fails always to start the debugger instance.\nThis happened with JRuby 10.0.1.0 as well as with JRuby 10.0.2.0.\nThe RubyMine release is 2025.2\n\nThere is an open issue also at JetBrains without probability to be fixed soon.\nThis issue also contains a reproducible test case.\nhttps://youtrack.jetbrains.com/issue/RUBY-34161\n\n\n```\n/Users/pramm/.rubies/jruby-10.0.1.0/bin/jruby -x /Users/pramm/Documents/Projekte/rammpeter.github/panorama/bin/bundle exec /Users/pramm/.rubies/jruby-10.0.1.0/bin/jruby -X+O -J-Djruby.compile.mode=OFF -J-Djruby.debug.fullTrace=true /Users/pramm/.rubies/jruby-10.0.1.0/lib/ruby/gems/shared/gems/ruby-debug-ide-0.7.5/bin/rdebug-ide --key-value --disable-int-handler --evaluation-timeout 10 --evaluation-control --time-limit 100 --memory-limit 0 --rubymine-protocol-extensions --port 49481 --host 127.0.0.1 --dispatcher-port 49482 -- /Users/pramm/Documents/Projekte/rammpeter.github/Panorama/bin/rails server -b 0.0.0.0 -p 3000 -e development\n/Users/pramm/.rubies/jruby-10.0.1.0/lib/ruby/gems/shared/gems/ruby-debug-ide-0.7.5/bin/rdebug-ide:4: warning: ostruct was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0.\nYou can add ostruct to your Gemfile or gemspec to silence this warning.\nEvaluation memory limit is ineffective in JRuby and MRI \u003c 2.0\nFast Debugger (ruby-debug-ide 0.7.5, ruby-debug-base 0.11.0, file filtering is supported) listens on 127.0.0.1:49481\nUnhandled Java exception: java.lang.IllegalArgumentException: unknown event type: RESCUE\njava.lang.IllegalArgumentException: unknown event type: RESCUE\n                processEvent at org/jruby/debug/DebugEventHook.java:329\n                eventHandler at org/jruby/debug/DebugEventHook.java:98\n                       event at org/jruby/runtime/EventHook.java:31\n              callEventHooks at org/jruby/runtime/TraceEventManager.java:196\n                   callTrace at org/jruby/ir/runtime/IRRuntimeHelpers.java:2482\n                   interpret at org/jruby/ir/instructions/TraceInstr.java:93\n        processBookKeepingOp at org/jruby/ir/interpreter/InterpreterEngine.java:435\n                   interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:94\n             INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:120\n             commonYieldPath at org/jruby/runtime/InterpretedIRBlockBody.java:148\n                     doYield at org/jruby/runtime/IRBlockBody.java:170\n                       yield at org/jruby/runtime/BlockBody.java:108\n                       yield at org/jruby/runtime/Block.java:191\n                        each at org/jruby/RubyArray.java:2088\n                        call at org/jruby/RubyArray$INVOKER$i$0$0$each_DBG.gen:-1\n                        call at org/jruby/internal/runtime/methods/JavaMethod.java:559\n                cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:446\n                        call at org/jruby/runtime/callsite/CachingCallSite.java:92\n                    callIter at org/jruby/runtime/callsite/CachingCallSite.java:103\n                   interpret at org/jruby/ir/instructions/CallBase.java:553\n                 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:372\n                   interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:66\n             INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:120\n             commonYieldPath at org/jruby/runtime/InterpretedIRBlockBody.java:148\n                     doYield at org/jruby/runtime/IRBlockBody.java:170\n                       yield at org/jruby/runtime/BlockBody.java:108\n                       yield at org/jruby/runtime/Block.java:191\n                        each at org/jruby/RubyArray.java:2088\n                        call at org/jruby/RubyArray$INVOKER$i$0$0$each_DBG.gen:-1\n                        call at org/jruby/internal/runtime/methods/JavaMethod.java:559\n                cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:446\n                        call at org/jruby/runtime/callsite/CachingCallSite.java:92\n                    callIter at org/jruby/runtime/callsite/CachingCallSite.java:103\n                   interpret at org/jruby/ir/instructions/CallBase.java:553\n                 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:372\n                   interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:66\n         interpretFrameScope at org/jruby/ir/interpreter/Interpreter.java:174\n            INTERPRET_METHOD at org/jruby/ir/interpreter/Interpreter.java:150\n                        call at org/jruby/internal/runtime/methods/InterpretedIRMethod.java:151\n                cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:466\n                        call at org/jruby/runtime/callsite/CachingCallSite.java:244\n                 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:320\n                   interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:66\n         interpretFrameScope at org/jruby/ir/interpreter/Interpreter.java:174\n            INTERPRET_METHOD at org/jruby/ir/interpreter/Interpreter.java:155\n                        call at org/jruby/internal/runtime/methods/InterpretedIRMethod.java:173\n                cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:476\n                        call at org/jruby/runtime/callsite/CachingCallSite.java:293\n                 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:330\n                   interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:66\n         interpretFrameScope at org/jruby/ir/interpreter/Interpreter.java:174\n            INTERPRET_METHOD at org/jruby/ir/interpreter/Interpreter.java:155\n                        call at org/jruby/internal/runtime/methods/InterpretedIRMethod.java:173\n                cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:476\n                        call at org/jruby/runtime/callsite/CachingCallSite.java:293\n                 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:330\n                   interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:66\n              INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:100\n                     execute at org/jruby/ir/interpreter/Interpreter.java:85\n                     execute at org/jruby/ir/interpreter/Interpreter.java:35\n                     execute at org/jruby/ir/IRTranslator.java:42\n              runInterpreter at org/jruby/Ruby.java:1234\n                    loadFile at org/jruby/Ruby.java:3018\n                        load at org/jruby/runtime/load/LibrarySearcher.java:936\n                        load at org/jruby/runtime/load/LibrarySearcher.java:894\n   tryLoadingLibraryOrScript at org/jruby/runtime/load/LoadService.java:675\n  lambda$smartLoadInternal$0 at org/jruby/runtime/load/LoadService.java:577\n         executeAndClearLock at org/jruby/runtime/load/LoadService.java:516\n                        lock at org/jruby/runtime/load/LoadService.java:476\n           smartLoadInternal at org/jruby/runtime/load/LoadService.java:563\n                     require at org/jruby/runtime/load/LoadService.java:414\n               requireCommon at org/jruby/RubyKernel.java:1188\n                     require at org/jruby/RubyKernel.java:1183\n                        call at org/jruby/RubyKernel$INVOKER$s$1$0$require_DBG.gen:-1\n                        call at org/jruby/internal/runtime/methods/AliasMethod.java:131\n      finvokeWithRefinements at org/jruby/RubyClass.java:660\n                        send at org/jruby/RubyBasicObject.java:1779\n                        send at org/jruby/RubyKernel.java:2376\n                        call at org/jruby/RubyKernel$INVOKER$s$send_DBG.gen:-1\n                        call at org/jruby/internal/runtime/methods/JavaMethod.java:443\n                        call at org/jruby/runtime/callsite/CachingCallSite.java:291\n                 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:330\n                   interpret at org/jruby/ir/interpreter/InterpreterEngine.java:159\n             INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:120\n                  callDirect at org/jruby/runtime/InterpretedIRBlockBody.java:104\n                        call at org/jruby/runtime/IRBlockBody.java:66\n                        call at org/jruby/runtime/Block.java:150\n                        call at org/jruby/RubyProc.java:380\n                        call at org/jruby/internal/runtime/methods/ProcMethod.java:62\n                        call at org/jruby/internal/runtime/methods/DynamicMethod.java:229\n                        call at org/jruby/internal/runtime/methods/DynamicMethod.java:225\n                cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:466\n                        call at org/jruby/runtime/callsite/CachingCallSite.java:244\n                 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:320\n                   interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:66\n              INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:100\n                     execute at org/jruby/ir/interpreter/Interpreter.java:85\n                     execute at org/jruby/ir/interpreter/Interpreter.java:35\n                     execute at org/jruby/ir/IRTranslator.java:42\n              runInterpreter at org/jruby/Ruby.java:1234\n                    loadFile at org/jruby/Ruby.java:3018\n                        load at org/jruby/runtime/load/LibrarySearcher.java:936\n                        load at org/jruby/runtime/load/LibrarySearcher.java:894\n                        load at org/jruby/runtime/load/LoadService.java:376\n                        load at org/jruby/debug/Debugger.java:148\n                  debug_load at org/jruby/debug/RubyDebugger.java:209\n                        call at org/jruby/debug/RubyDebugger$INVOKER$s$0$2$debug_load_DBG.gen:-1\n                cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:446\n                        call at org/jruby/runtime/callsite/CachingCallSite.java:92\n                   interpret at org/jruby/ir/instructions/CallBase.java:556\n                 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:372\n                   interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:66\n         interpretFrameScope at org/jruby/ir/interpreter/Interpreter.java:174\n            INTERPRET_METHOD at org/jruby/ir/interpreter/Interpreter.java:150\n                        call at org/jruby/internal/runtime/methods/InterpretedIRMethod.java:151\n                cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:466\n                        call at org/jruby/runtime/callsite/CachingCallSite.java:244\n                 processCall at org/jruby/ir/interpreter/InterpreterEngine.java:320\n                   interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:66\n              INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:100\n                     execute at org/jruby/ir/interpreter/Interpreter.java:85\n                     execute at org/jruby/ir/interpreter/Interpreter.java:35\n                     execute at org/jruby/ir/IRTranslator.java:42\n              runInterpreter at org/jruby/Ruby.java:1234\n              runInterpreter at org/jruby/Ruby.java:1264\n                 runNormally at org/jruby/Ruby.java:1138\n                 runFromMain at org/jruby/Ruby.java:978\n                 internalRun at org/jruby/Main.java:282\n                         run at org/jruby/Main.java:227\n                        main at org/jruby/Main.java:199\n\n\nProcess finished with exit code 1\n\n```","author":{"url":"https://github.com/rammpeter","@type":"Person","name":"rammpeter"},"datePublished":"2025-08-12T07:08:10.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/11/jruby-debug/issues/11"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:269d8de1-bdfc-8daa-1a7c-810e25b670d2
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE3FE:2F4B64:5E682:7B9D1:697BA750
html-safe-nonce51302ba780fb4f7efb938421bd452531ef7ae9176607c5580871c5c2714d1708
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFM0ZFOjJGNEI2NDo1RTY4Mjo3QjlEMTo2OTdCQTc1MCIsInZpc2l0b3JfaWQiOiIyNjI1NjYyODU0NDE3MzI3OTUyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmace0bf39d25f7e9b84280615fa6290d1d3c35a4f68946c717cdf1cce821e078646
hovercard-subject-tagissue:3312843220
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/jruby/jruby-debug/11/issue_layout
twitter:imagehttps://opengraph.githubassets.com/91dcb58297aca061813575ce9096db3701c2a617b33b4287255461dbd451a1e7/jruby/jruby-debug/issues/11
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/91dcb58297aca061813575ce9096db3701c2a617b33b4287255461dbd451a1e7/jruby/jruby-debug/issues/11
og:image:altUsing the IDE debugger in RubyMine fails always to start the debugger instance. This happened with JRuby 10.0.1.0 as well as with JRuby 10.0.2.0. The RubyMine release is 2025.2 There is an open iss...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamerammpeter
hostnamegithub.com
expected-hostnamegithub.com
None7ba9ae7380317898f1b98f4cf41e78605ff2d68007cb4db4e46bdaf7e9423d2e
turbo-cache-controlno-preview
go-importgithub.com/jruby/jruby-debug git https://github.com/jruby/jruby-debug.git
octolytics-dimension-user_id55687
octolytics-dimension-user_loginjruby
octolytics-dimension-repository_id1192624
octolytics-dimension-repository_nwojruby/jruby-debug
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1192624
octolytics-dimension-repository_network_root_nwojruby/jruby-debug
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
released52dd9b71f0e5da9cfd694fb2faae78a81d8e46f
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/jruby/jruby-debug/issues/11#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjruby%2Fjruby-debug%2Fissues%2F11
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjruby%2Fjruby-debug%2Fissues%2F11
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=jruby%2Fjruby-debug
Reloadhttps://patch-diff.githubusercontent.com/jruby/jruby-debug/issues/11
Reloadhttps://patch-diff.githubusercontent.com/jruby/jruby-debug/issues/11
Reloadhttps://patch-diff.githubusercontent.com/jruby/jruby-debug/issues/11
jruby https://patch-diff.githubusercontent.com/jruby
jruby-debughttps://patch-diff.githubusercontent.com/jruby/jruby-debug
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fjruby%2Fjruby-debug
Fork 6 https://patch-diff.githubusercontent.com/login?return_to=%2Fjruby%2Fjruby-debug
Star 15 https://patch-diff.githubusercontent.com/login?return_to=%2Fjruby%2Fjruby-debug
Code https://patch-diff.githubusercontent.com/jruby/jruby-debug
Issues 5 https://patch-diff.githubusercontent.com/jruby/jruby-debug/issues
Pull requests 0 https://patch-diff.githubusercontent.com/jruby/jruby-debug/pulls
Actions https://patch-diff.githubusercontent.com/jruby/jruby-debug/actions
Projects 0 https://patch-diff.githubusercontent.com/jruby/jruby-debug/projects
Wiki https://patch-diff.githubusercontent.com/jruby/jruby-debug/wiki
Security 0 https://patch-diff.githubusercontent.com/jruby/jruby-debug/security
Insights https://patch-diff.githubusercontent.com/jruby/jruby-debug/pulse
Code https://patch-diff.githubusercontent.com/jruby/jruby-debug
Issues https://patch-diff.githubusercontent.com/jruby/jruby-debug/issues
Pull requests https://patch-diff.githubusercontent.com/jruby/jruby-debug/pulls
Actions https://patch-diff.githubusercontent.com/jruby/jruby-debug/actions
Projects https://patch-diff.githubusercontent.com/jruby/jruby-debug/projects
Wiki https://patch-diff.githubusercontent.com/jruby/jruby-debug/wiki
Security https://patch-diff.githubusercontent.com/jruby/jruby-debug/security
Insights https://patch-diff.githubusercontent.com/jruby/jruby-debug/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/jruby/jruby-debug/issues/11
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/jruby/jruby-debug/issues/11
Debugging in RubyMine with JRuby 10.x fails with IllegalArgumentException: unknown event type: RESCUEhttps://patch-diff.githubusercontent.com/jruby/jruby-debug/issues/11#top
https://github.com/rammpeter
https://github.com/rammpeter
rammpeterhttps://github.com/rammpeter
on Aug 12, 2025https://github.com/jruby/jruby-debug/issues/11#issue-3312843220
https://youtrack.jetbrains.com/issue/RUBY-34161https://youtrack.jetbrains.com/issue/RUBY-34161
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.