Changes between Version 16 and Version 17 of en/HowToCodeInTerminal
- Timestamp:
- May 16, 2025, 2:03:45 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
en/HowToCodeInTerminal
v16 v17 55 55 logging.info(f"The result is {a+b}") 56 56 }}} 57 - **pdb debugging** is run from the command line with includ e specific57 - **pdb debugging** is run from the command line with including the specific 58 58 `pdb` module. Start the debugging via `python -mpdb source.py`, then 59 59 use line-based commands as described in the