{"id":32149420,"url":"https://github.com/tourcoder/debugview","last_synced_at":"2026-06-04T17:31:01.198Z","repository":{"id":253353288,"uuid":"843250911","full_name":"tourcoder/DebugView","owner":"tourcoder","description":"App debugging log on iPhone/iPad","archived":false,"fork":false,"pushed_at":"2025-07-22T10:02:41.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-21T09:57:14.514Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/tourcoder.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,"zenodo":null}},"created_at":"2024-08-16T05:23:24.000Z","updated_at":"2025-08-18T12:28:47.000Z","dependencies_parsed_at":"2025-07-22T12:27:09.864Z","dependency_job_id":null,"html_url":"https://github.com/tourcoder/DebugView","commit_stats":null,"previous_names":["huabin/debugview","tourcoder/debugview"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tourcoder/DebugView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tourcoder%2FDebugView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tourcoder%2FDebugView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tourcoder%2FDebugView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tourcoder%2FDebugView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tourcoder","download_url":"https://codeload.github.com/tourcoder/DebugView/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tourcoder%2FDebugView/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280240315,"owners_count":26296527,"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-10-21T02:00:06.614Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":[],"created_at":"2025-10-21T09:57:12.505Z","updated_at":"2025-10-21T09:57:14.757Z","avatar_url":"https://github.com/tourcoder.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DebugView\nApp debugging log on iPhone/iPad\n\n### Why\n\nAs we all know, when testing apps on iPhone/iPad, checking the logs can be a real pain. This is mainly due to the extremely bad connection between iPhone/iPad and xcode.\n\nThis package just makes it as easy as possible to view the logs.\n\n### How to use\n\n**Coding**\n\n- Import this package to your project\n\n- Initial\n\n  ```\n  import SwiftUI\n  import DebugView\n\n  @main\n  struct yourApp: App {\n      var body: some Scene {\n          WindowGroup {\n            ZStack {\n              ContentView()\n              DebugView()\n            }\n          }\n      }\n  }\n  ```\n\n- Place it where you need\n\n  ```\n  import DebugView\n  struct ContentView: View {\n    // ...\n    DebugLogger.shared.log(\"logs\")\n    // ...\n  }\n  ```\n\n**Device: iPhone/iPad**\n\n- Click `bug` on the screen, and you will see all print logs.\n\nhttps://github.com/user-attachments/assets/c5046d9f-50ee-4455-99bf-df3767c34a8a\n\n### LICENSE\n\nMIT, 2024-Present Bin Hua\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftourcoder%2Fdebugview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftourcoder%2Fdebugview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftourcoder%2Fdebugview/lists"}