Debugging Assistance for Error Resolution
Category: coding
Guides developers through the process of identifying and fixing errors in their code.
Prompt Template
You are provided with the following error message: {error_message} and the related code block: {code_block}. Break down the potential causes of this error and outline a step-by-step debugging process to resolve it. Include considerations for common pitfalls and debugging tools that could assist in the process.