{"id":25351536,"url":"https://github.com/kyrylo-sovailo/debugging-sandbox","last_synced_at":"2025-04-08T22:49:04.059Z","repository":{"id":205182377,"uuid":"713582754","full_name":"kyrylo-sovailo/debugging-sandbox","owner":"kyrylo-sovailo","description":"Sandbox for testing different debugger plugins in VScode","archived":false,"fork":false,"pushed_at":"2024-12-21T15:25:50.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T18:01:46.870Z","etag":null,"topics":["cpp","debugging","vscode"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kyrylo-sovailo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-11-02T20:18:58.000Z","updated_at":"2024-12-21T16:56:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"a7c14649-0afb-43e0-9654-d076c67c0793","html_url":"https://github.com/kyrylo-sovailo/debugging-sandbox","commit_stats":null,"previous_names":["kyrylo-sovailo/debugging-sandbox"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyrylo-sovailo%2Fdebugging-sandbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyrylo-sovailo%2Fdebugging-sandbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyrylo-sovailo%2Fdebugging-sandbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyrylo-sovailo%2Fdebugging-sandbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kyrylo-sovailo","download_url":"https://codeload.github.com/kyrylo-sovailo/debugging-sandbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247941711,"owners_count":21022037,"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":["cpp","debugging","vscode"],"created_at":"2025-02-14T18:01:34.783Z","updated_at":"2025-04-08T22:49:04.039Z","avatar_url":"https://github.com/kyrylo-sovailo.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Sandbox for testing different debugger plugins in VScode and VScodium.\n\nSupported extensions:\n 1. C/C++\n   - extension name: C/C++\n   - extension ID: `ms-vscode.cpptools`\n   - documentation: [code.visualstudio.com](https://code.visualstudio.com/docs/cpp/launch-json-reference)\n   - Verified by VSCode: yes\n   - Availability in VScodium: no\n   - Linux/gcc/gdb status: :warning: yes, no Eigen printers\n   - Linux/clang/gdb status: :warning: yes, no Eigen printers\n   - Linux/gcc/lldb status: :warning: yes, no Eigen printers, requires largely abandoned `lldb-mi`\n   - Linux/clang/lldb status: :warning: yes, no Eigen printers, requires largely abandoned `lldb-mi`\n   - Windows/gcc/gdb status: :question: not tested\n   - Windows/clang/gdb status: :question: not tested\n   - Windows/gcc/lldb status: :question: not tested\n   - Windows/clang/lldb status: :question: not tested\n 2. LLDB DAP\n   - extension name: LLDB DAP\n   - extension ID: `llvm-vs-code-extensions.lldb-dap`\n   - documentation: [github.com](https://github.com/llvm/llvm-project/blob/main/lldb/tools/lldb-dap/README.md)\n   - Verified by VSCode: yes\n   - Availability in VScodium: no\n   - Linux/gcc/gdb status: :black_square_button: N/A\n   - Linux/clang/gdb status: :black_square_button: N/A\n   - Linux/gcc/lldb status: :warning: yes, must set executable path setting to `/usr/bin/lldb-dap`\n   - Linux/clang/lldb status: :warning: yes, must set executable path settting to `/usr/bin/lldb-dap`\n   - Windows/gcc/gdb status: :black_square_button: N/A\n   - Windows/clang/gdb status: :black_square_button: N/A\n   - Windows/gcc/lldb status: :question: not tested\n   - Windows/clang/lldb status: :question: not tested\n   - **Info**: Perfect Eigen printers\n   - **Warning**: Debugging starts even in case of a build failure\n 3. Native Debug\n   - extension name: Native Debug\n   - extension ID: `webfreak.debug`\n   - documentation: [open-vsx.org](https://open-vsx.org/extension/webfreak/debug)\n   - Verified by VSCode: no\n   - Availability in VScodium: yes\n   - Linux/gcc/gdb status: :white_check_mark: yes, Eigen printers not very pretty\n   - Linux/clang/gdb status: :white_check_mark: yes, Eigen printers not very pretty\n   - Linux/gcc/lldb status: :warning: yes, no Eigen printers, requires largely abandoned `lldb-mi`\n   - Linux/clang/lldb status: :warning: yes, no Eigen printers, requires largely abandoned `lldb-mi`\n   - Windows/gcc/gdb status: :question: not tested\n   - Windows/clang/gdb status: :question: not tested\n   - Windows/gcc/lldb status: :question: not tested\n   - Windows/clang/lldb status: :question: not tested\n   - **Warning**: Program output is redirected to Debug Console tab, not Terminal tab\n 4. CodeLLDB\n   - extension name: CodeLLDB\n   - extension ID: `vadimcn.vscode-lldb`\n   - documentation: [github.com](https://github.com/vadimcn/codelldb/blob/v1.10.0/MANUAL.md)\n   - Verified by VSCode: no\n   - Availability in VScodium: yes\n   - Linux/gcc/gdb status: :black_square_button: N/A\n   - Linux/clang/gdb status: :black_square_button: N/A\n   - Linux/gcc/lldb status: :warning: yes, no Eigen printers\n   - Linux/clang/lldb status: :warning: yes, no Eigen printers\n   - Windows/gcc/gdb status: :black_square_button: N/A\n   - Windows/clang/gdb status: :black_square_button: N/A\n   - Windows/gcc/lldb status: :question: not tested\n   - Windows/clang/lldb status: :question: not tested\n   - **Warning**: Debugging starts even in case of a build failure\n\nConclusion: I recommend Native Debug by WebFreak","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyrylo-sovailo%2Fdebugging-sandbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyrylo-sovailo%2Fdebugging-sandbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyrylo-sovailo%2Fdebugging-sandbox/lists"}