{"id":16575037,"url":"https://github.com/jellespijker/curaengine-lldb-debug","last_synced_at":"2026-04-15T20:32:09.695Z","repository":{"id":89607464,"uuid":"266859041","full_name":"jellespijker/curaengine-lldb-debug","owner":"jellespijker","description":"LLDB debugging tools (such as pretty printers) for CuraEngine","archived":false,"fork":false,"pushed_at":"2021-02-17T11:49:52.000Z","size":946,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T18:34:25.480Z","etag":null,"topics":["cura","curaengine","lldb","pretty-printer"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jellespijker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-05-25T19:04:18.000Z","updated_at":"2021-10-26T13:09:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"502fe88c-0a15-42eb-b1fe-194b3db4122a","html_url":"https://github.com/jellespijker/curaengine-lldb-debug","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jellespijker/curaengine-lldb-debug","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellespijker%2Fcuraengine-lldb-debug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellespijker%2Fcuraengine-lldb-debug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellespijker%2Fcuraengine-lldb-debug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellespijker%2Fcuraengine-lldb-debug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jellespijker","download_url":"https://codeload.github.com/jellespijker/curaengine-lldb-debug/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellespijker%2Fcuraengine-lldb-debug/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31859288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cura","curaengine","lldb","pretty-printer"],"created_at":"2024-10-11T21:46:28.056Z","updated_at":"2026-04-15T20:32:09.680Z","avatar_url":"https://github.com/jellespijker.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# curaengine-lldb-debug\nLLDB debugging tools (such as pretty printers) for CuraEngine\n\n![GitHub Logo](resources/prettyprint.jpg)\n\nAlso easy Polygon viewing possible. If you have tool like [Klipper](https://userbase.kde.org/Klipper) it is possible to\nset actions for certain cut snippets that match a regex pattern.\nCreate the following regular expression to match against `((^.+\\s=)|(\\s\\[.+$))` and add\nan action with the output handling flag `Ignore` set, containing the following Command\n`echo %s | python \u003cdirectory_containing\u003e/debug_poly.py`\nThis is currently only tested on Linux running KDE with Clion. make sure you have numpy and\nmatplotlib installed.\n\n![GitHub Logo](resources/show_polygons.gif)\n\n## Currently implemented\n - [x] cura::Polygons\n - [x] cura::Temperature\n - [x] cura::Velocity\n - [x] cura::Acceleration\n - [x] cura::LayerIndex\n - [x] cura::Ratio\n - [x] cura::AngleDegrees\n - [x] cura::Point3\n - [x] cura::Point\n - [x] cura::AABB3D\n - [x] cura::ExtruderTrain\n - [x] cura::LayerPlan (partially implemented)\n - [x] cura::WallToolPaths\n - [x] cura::ExtrusionJunction\n - [x] cura::ExtrusionLine\n - [x] cura::BeadingStrategy::Beading\n - [x] cura::SkeletalTrapezoidation::graph_t\n - [x] boost::polygon::voronoi_vertex\u003cdouble\u003e\n \n  # Instructions\n \n Add the following to your ``~/.ldbinit``\n ```txt\nsettings set target.load-cwd-lldbinit true\n```\nCreate a `.ldbinit` file in the root of your **CuraEngine** directory containing the following:\n```text\ncommand script import \u003cpath to your curaengine-lldb-debug repo\u003e/curaengine.py\n```\n\n# Usefull sources:\n\nonline:\n- https://lldb.llvm.org/use/variable.html\n- https://lldb.llvm.org/python_reference/index.html\n- https://github.com/llvm/llvm-project/tree/master/lldb/examples\n- https://github.com/fantaosha/LLDB-Eigen-Pretty-Printer/blob/master/LLDB_Eigen_Pretty_Printer.py\n- https://github.com/qt-creator/qt-creator/tree/master/share/qtcreator/debugger\n\nlocal:\n - /opt/clion/bin/lldb/renderers/lldb_formatters\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjellespijker%2Fcuraengine-lldb-debug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjellespijker%2Fcuraengine-lldb-debug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjellespijker%2Fcuraengine-lldb-debug/lists"}