GithubHelp home page GithubHelp logo

giang-nguyentbk / gdbw Goto Github PK

View Code? Open in Web Editor NEW

This project forked from anakrish/gdbw

0.0 0.0 0.0 2 MB

A TUI (Textual User Interface) for GDB

License: MIT License

Shell 1.25% Python 98.75%

gdbw's Introduction

gdbw

A TUI (Text User Interface) for gdb using Python Prompt Toolkit

Screenshots

Installation

Clone the repository:

$ git clone https://github.com/anakrish/gdbw.git

Prepend gdbw root folder to PATH and make sure that gdbw/gdb appears before /usr/bin/gdb:

$ export PATH=~/gdbw:$PATH
$ which -a gdbw
~/gdbw/gdb
/usr/bin/gdb

Run

Running gdb will automatically launch gdbw.

Commands

Keys Action
Ctrl-x 1 Show source code and console
Ctrl-x 2 Show source code, disassembly and console
Ctrl-x a Show only console
Ctrl-x b Toggle show breakpoints
Ctrl-x c Toggle show callstack
Ctrl-x d Toggle show disassembly
Ctrl-x r Toggle show registers
Ctrl-x s Toggle show source
Ctrl-x t Toggle show threads
Ctrl-x v Toggle show variables (arguments and locals)
Ctrl-up Enter copy mode in console
Ctrl-c Exit copy mode or send interrupt to program
Shift-left Focus previous window

Scrolling

Any window other than the console can be scrolled up or down by hovering the mouse in the window and using a scroll gesture or mouse wheel.

The console can be scrolled by entering copy mode by pressing Ctrl-up.

Selection

Any widow can be selected by double-clicking.

gdbw's People

Contributors

anakrish 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.