pgosar / ChatGDB

Harness the power of ChatGPT inside the GDB or LLDB debugger!
MIT License
900 stars 31 forks source link

Good first steps for contributing? #7

Closed iitjee closed 1 year ago

iitjee commented 1 year ago

Hi developers, Can you point me to good first steps towards learning the pre-reqs for this project (video tutorials, books etc). I was always passionate about the idea of a smoother debugging workflow, but hardly have any idea as to how to 'hack into' a code-editor's debugger and make it work programmatically. Any help is much appreciated. Looking forward to making a small contribution to this amazing project! 😁 Thank you!

pgosar commented 1 year ago

The first step would be to take a look at the contribution guidelines. When writing this project, this blog post was my first step - the existing code is a good template to learn how I made the custom commands.