Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[task] Interactive Debugging #6

Open
jon-tow opened this issue Nov 8, 2022 · 0 comments
Open

[task] Interactive Debugging #6

jon-tow opened this issue Nov 8, 2022 · 0 comments
Labels
task New instruction task

Comments

@jon-tow
Copy link
Collaborator

jon-tow commented Nov 8, 2022

🚀 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 <module>
    import xyz
ModuleNotFoundError: No module named 'xyz'

Fix:

Additional Notes

@jon-tow jon-tow added the task New instruction task label Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task New instruction task
Projects
None yet
Development

No branches or pull requests

1 participant