Skip to content

Commit b44cb24

Browse files
committed
Fixed #12. Added a note on how to debug with pdb within the notebooks.
1 parent 4d6071c commit b44cb24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,8 @@ This will launch your web browser with the list of challenge categories:
332332
* Solve the challenge and verify it passes the unit test
333333
* Check out the accompanying **Solution Notebook** for further discussion
334334

335+
To **debug** your solution with pdb, refer to the following [ticket](https://github.com/donnemartin/interactive-coding-challenges/issues/11).
336+
335337
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.
336338

337339
### Nose Unit Tests

0 commit comments

Comments
 (0)