You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
🚀 The Task
Minimize stack traces, locate bugs, use GDB/PDB, and produce failing test cases from a crash.
Example
Additional Notes
The text was updated successfully, but these errors were encountered: