diff --git a/Makefile b/Makefile index 249a6589a..38184df93 100644 --- a/Makefile +++ b/Makefile @@ -28,15 +28,3 @@ test-full: ## Run all tests train: ## Train the model python src/train.py - -debug: ## Enter debugging mode with pdb - # - # tips: - # - use "import pdb; pdb.set_trace()" to set breakpoint - # - use "h" to print all commands - # - use "n" to execute the next line - # - use "c" to run until the breakpoint is hit - # - use "l" to print src code around current line, "ll" for full function code - # - docs: https://docs.python.org/3/library/pdb.html - # - python -m pdb src/train.py debug=default