ChatGDB - Usar ChatGPT dentro del depurador GDB
(github.com/pgosar)- Si describes la acción de depuración que quieres, ejecuta el comando adecuado
- También puedes pedir una explicación del comando ejecutado
- En realidad, el núcleo del programa son solo 2 prompts
- Ejecutar comando: "Give me a SINGLE GDB command with no explanation. Do NOT write any English above or below the command. Only give me the command as text. Here is my question: "
- Explicar comando: "Give me an explanation for this GDB command: "
Aún no hay comentarios.