{"id":23138338,"url":"https://github.com/encodeous/lacsdbg","last_synced_at":"2025-08-17T11:33:04.962Z","repository":{"id":261858341,"uuid":"882445732","full_name":"encodeous/LacsDbg","owner":"encodeous","description":"A more user-friendly debugging toolkit for developing the Lacs programming language in the course CS 241e","archived":false,"fork":false,"pushed_at":"2024-11-26T16:25:14.000Z","size":13,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-26T17:28:58.470Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","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/encodeous.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}},"created_at":"2024-11-02T19:48:09.000Z","updated_at":"2024-11-26T16:25:19.000Z","dependencies_parsed_at":"2024-11-08T21:19:02.637Z","dependency_job_id":null,"html_url":"https://github.com/encodeous/LacsDbg","commit_stats":null,"previous_names":["encodeous/lacsdbg"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encodeous%2FLacsDbg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encodeous%2FLacsDbg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encodeous%2FLacsDbg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/encodeous%2FLacsDbg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/encodeous","download_url":"https://codeload.github.com/encodeous/LacsDbg/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230121667,"owners_count":18176477,"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-12-17T13:10:41.243Z","updated_at":"2024-12-17T13:10:41.814Z","avatar_url":"https://github.com/encodeous.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LacsDbg\nA more user-friendly debugging toolkit for developing the Lacs programming language in the course CS 241e\n\nFeatures:\n- Line-by-line debugging with Breakpoints\n- Debugging Code Hider (reduce clutter when debugging)\n- Memory \u0026 Register Printing\n- Disassembly (feature from the original debugger)\n- Extendable! You can add your own functionality\n\n*The functionality to print stack frames is not included by default, this is for you to implement in A5 and A6*\n\n\n## `Setup`\n\nTo setup LacsDbg, you need to modify the handout code:\n\nProgramRepresentation.scala:\n```diff\n-sealed abstract class Code\n+abstract class Code\n```\n\nAppropriate changes should be made to your code to call `LacsDbg.debug(initialState, mtl.debugTable)` and `LacsDbg.toDebugMachineCode(code)`\n\nCopy the `LacsDbg.sc` source file to the `src/cs241e/assignments` folder (where the other source files are located)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fencodeous%2Flacsdbg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fencodeous%2Flacsdbg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fencodeous%2Flacsdbg/lists"}