Giter VIP home page Giter VIP logo

liuxia-bytedance / vscode-lldb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vadimcn/codelldb

0.0 0.0 0.0 2.63 MB

A native debugger extension for VSCode based on LLDB

Home Page: https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb

License: MIT License

Python 5.27% TypeScript 11.79% C++ 38.31% Rust 37.13% Shell 0.05% CMake 1.99% C 5.20% JavaScript 0.06% Dockerfile 0.19%

vscode-lldb's Introduction

Features

  • Debugging on Linux (x64 or ARM), macOS and Windows*,
  • Conditional breakpoints, function breakpoints, data breakpoints, logpoints,
  • Launch debuggee in integrated or external terminal,
  • Disassembly view with instruction-level stepping,
  • Loaded modules view,
  • Python scripting,
  • HTML rendering for advanced visualizations,
  • Rust language support with built-in visualizars for vectors, strings and other standard types,
  • Global and workspace defaults for launch configurations,
  • Remote debugging,
  • Reverse debugging (experimental, requires compatible backend).

* DWARF debug info format recommended, limited support for MS PDB.

For full details please see the User's Manual.

Minimal System Requirements

  • 64-bit OS
    • Linux: glibc 2.18 (Debian 8, Ubuntu 14.04, Centos 8)
    • Mac: OS X 10.10 Yosemite
    • Windows: 10.0

Quick Start

Here's a minimal debug configuration to get you started:

{
    "name": "Launch",
    "type": "lldb",
    "request": "launch",
    "program": "${workspaceFolder}/<my program>",
    "args": ["-arg1", "-arg2"],
}

Links

Screenshots

C++ debugging with data visualization (Howto):
source

Rust debugging:
source

vscode-lldb's People

Contributors

almindor avatar ashleysommer avatar ggreif avatar hdevalke avatar jesspittman avatar jhasse avatar jroweboy avatar malor avatar mnemotic avatar neroprotagonist avatar pzmarzly avatar rkapl avatar rojuu avatar suztomo avatar tomager avatar tomcur avatar vadimcn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.