Name | ChatGDB JSON |
Version |
0.2.0
JSON |
| download |
home_page | |
Summary | Harness the power of ChatGPT directly inside the GDB debugger! |
upload_time | 2023-04-04 21:54:43 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.3 |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# ChatGDB
Harness the power of ChatGPT inside the GDB debugger!
![Image](./img/workingExample.png)
### Installation instructions
For now, the easiest way to install this is to simply clone the repository. You will need an API key, which you can get from [here](https://chatgpt.en.obiscr.com/blog/posts/2023/How-to-get-api-key/).
Create a .env file in the root of the project following the example provided with your key.
### How to use
While inside gdb, source the core.py file with ```source /path/to/core.py```. Then you can use the command chat_gdb appended by your query, for example ```chat list all breakpoints that I created```. There is also a command called ```explain``` that you can use with no arguments to explain the previously run command, and optionally, with a query to just ask GPT a question.
You can also edit your ```$HOME/.gdbinit``` and source the file automatically on startup.
Raw data
{
"_id": null,
"home_page": "",
"name": "ChatGDB",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.3",
"maintainer_email": "",
"keywords": "",
"author": "",
"author_email": "Pranay Gosar <gosarpranay@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/ad/98/2925291031e97194d607191bb6823f431f094650751c4c0fd8b314b3179d/chatgdb-0.2.0.tar.gz",
"platform": null,
"description": "# ChatGDB\nHarness the power of ChatGPT inside the GDB debugger!\n![Image](./img/workingExample.png)\n\n### Installation instructions\nFor now, the easiest way to install this is to simply clone the repository. You will need an API key, which you can get from [here](https://chatgpt.en.obiscr.com/blog/posts/2023/How-to-get-api-key/).\nCreate a .env file in the root of the project following the example provided with your key.\n\n### How to use\nWhile inside gdb, source the core.py file with ```source /path/to/core.py```. Then you can use the command chat_gdb appended by your query, for example ```chat list all breakpoints that I created```. There is also a command called ```explain``` that you can use with no arguments to explain the previously run command, and optionally, with a query to just ask GPT a question.\n\nYou can also edit your ```$HOME/.gdbinit``` and source the file automatically on startup.\n",
"bugtrack_url": null,
"license": "",
"summary": "Harness the power of ChatGPT directly inside the GDB debugger!",
"version": "0.2.0",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2252bc72bb25801e62d2b592005cf713aa0063afa581091355bf31588c1dabf3",
"md5": "0f2c55064ace07156d9a8b947fa83907",
"sha256": "91f7d18759e63176badac487dd80ad03fe0b5e8b6c370f65bfbb7164d0e58a9d"
},
"downloads": -1,
"filename": "chatgdb-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0f2c55064ace07156d9a8b947fa83907",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.3",
"size": 4458,
"upload_time": "2023-04-04T21:54:38",
"upload_time_iso_8601": "2023-04-04T21:54:38.809919Z",
"url": "https://files.pythonhosted.org/packages/22/52/bc72bb25801e62d2b592005cf713aa0063afa581091355bf31588c1dabf3/chatgdb-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ad982925291031e97194d607191bb6823f431f094650751c4c0fd8b314b3179d",
"md5": "f4b7392053ae5e1aa8e320674dee2ef5",
"sha256": "a084217cfd707740c70f7195e9959f783b36ab4aae433b4fb99f1cb9d931bec4"
},
"downloads": -1,
"filename": "chatgdb-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "f4b7392053ae5e1aa8e320674dee2ef5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.3",
"size": 503518,
"upload_time": "2023-04-04T21:54:43",
"upload_time_iso_8601": "2023-04-04T21:54:43.283682Z",
"url": "https://files.pythonhosted.org/packages/ad/98/2925291031e97194d607191bb6823f431f094650751c4c0fd8b314b3179d/chatgdb-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-04 21:54:43",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "chatgdb"
}