Skip to content

Commit

Permalink
Fixed #12. Added a note on how to debug with pdb within the notebooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin committed Jul 11, 2015
1 parent 4d6071c commit b44cb24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,8 @@ This will launch your web browser with the list of challenge categories:
* Solve the challenge and verify it passes the unit test
* Check out the accompanying **Solution Notebook** for further discussion

To **debug** your solution with pdb, refer to the following [ticket](https://github.com/donnemartin/interactive-coding-challenges/issues/11).

Note: If your solution is different from those listed in the Solution Notebook, consider submitting a pull request so others can benefit from your work. Review the [Contributing Guidelines](https://github.com/donnemartin/interactive-coding-challenges/blob/master/CONTRIBUTING.md) for details.

### Nose Unit Tests
Expand Down

0 comments on commit b44cb24

Please sign in to comment.