ChatGDB Versions Save

Harness the power of ChatGPT inside the GDB or LLDB debugger!

v1.2.0

1 year ago

Adds support for choosing the model you want to use (gpt-4 or gpt-3.5-turbo).

Fixes bug where the tool doesn't answer questions that are unrelated to GDB or LLDB.

v1.1

1 year ago

Adds LLDB support

BREAKING CHANGE: There is no longer a core.py file after some refactoring for LLDB support. Look in the README for updated commands to run to source the appropriate script in your debugger.

Latest

1 year ago

Adds version command

Old

1 year ago

First stable release of ChatGDB!

Features:

  • generate and explain gdb commands
  • ask questions within gdb
  • a CLI tool to quickly add API keys