CarperAI / CarperAI/InstructGPT
[task] Interactive Debugging
Open
task
- Dominant language
- No language data
- Stars
- 71
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
### 🚀 The Task
Minimize stack traces, locate bugs, use GDB/PDB, and produce failing test cases from a crash.
### Example
```
Locate the bug from the following stack trace and suggest a fix:
Stack Trace:
Traceback (most recent call last):
File "example.py", line 1, in
import xyz
ModuleNotFoundError: No module named 'xyz'
Fix:
```
### Additional Notes
* Creator: @cat-state
* Google Sheets Reference: [CarperAI: Instruct-GPT Tasks](https://docs.google.com/spreadsheets/d/1q6I0PLcgvNjcls3z7diUOoDGmNojUW-m6KhX2ijuSEE/edit?usp=sharing)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.