{"id":13744048,"url":"https://github.com/furusystems/DConsole","last_synced_at":"2025-05-09T02:32:25.619Z","repository":{"id":11246725,"uuid":"13644240","full_name":"furusystems/DConsole","owner":"furusystems","description":"AS3 debugging console","archived":false,"fork":false,"pushed_at":"2015-03-02T14:08:04.000Z","size":608,"stargazers_count":26,"open_issues_count":0,"forks_count":8,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-08-04T05:03:01.627Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ActionScript","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/furusystems.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":"2013-10-17T09:13:59.000Z","updated_at":"2023-12-09T07:22:48.000Z","dependencies_parsed_at":"2022-09-14T21:00:51.907Z","dependency_job_id":null,"html_url":"https://github.com/furusystems/DConsole","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furusystems%2FDConsole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furusystems%2FDConsole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furusystems%2FDConsole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furusystems%2FDConsole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/furusystems","download_url":"https://codeload.github.com/furusystems/DConsole/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224802925,"owners_count":17372531,"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-08-03T05:01:01.972Z","updated_at":"2024-11-15T15:31:36.939Z","avatar_url":"https://github.com/furusystems.png","language":"ActionScript","readme":"DConsole is a combined logger and command-line interface for Flash 11 ActionScript 3 developers, in development since 2006.\n\n * Call any function.\n * Poll or change any property.\n * Visually tweak what's on stage.\n\nEnjoy the power a developer _should_ have over his or her own creation.\n\nIt functions as an easily-implemented layer that sits on top of your application, using introspection techniques and specifically exposed methods to grant you run-time access to your ActionScript objects. \n\n\taddChild(DConsole.view)\n\nThe console allows you to bind AS3 functions to console \"commands\".\n\n    function getUserByName(name:String):UserData{\n    \t...\n        return foundUser;\n    }\n\tDConsole.createCommand(\"getUser\",getUserByName);\n    \nThese commands can then be invoked from the commandline to execute their functionality and print their returned results.\n\n\t\u003e\u003e getUser John User\n    \u003c\u003c [object UserData]\n\nIt also doubles as a flexible logging view, offering a loose coupling with SLF4AS and AS3Commons logging to offer meaningful logging with metadata such as message origin and importance.\n\n\tpublic static const L:ILogger = Logging.getLogger(MyClass);\n\n\tL.info(\"Hello world!\");\n\tL.fatal(\"OH GOD\");\n\nA third purpose is as a layer of visual developer tools for simplifying common Flash developer grievances, such as making run-time visual adjustments to the application frontend before committing them to code.\n\nFor more informaton, hit the [wiki](https://github.com/furusystems/DConsole/wiki).\n","funding_links":[],"categories":["Frameworks"],"sub_categories":["Logger Framework"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffurusystems%2FDConsole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffurusystems%2FDConsole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffurusystems%2FDConsole/lists"}