Changes between Version 16 and Version 17 of en/HowToCodeInTerminal


Ignore:
Timestamp:
May 16, 2025, 2:03:45 PM (2 months ago)
Author:
Ales Horak
Comment:

edited by hales in edit_page_in_vim.py

Legend:

Unmodified
Added
Removed
Modified
  • en/HowToCodeInTerminal

    v16 v17  
    5555    logging.info(f"The result is {a+b}")
    5656    }}}
    57   - **pdb debugging** is run from the command line with include specific
     57  - **pdb debugging** is run from the command line with including the specific
    5858    `pdb` module. Start the debugging via `python -mpdb source.py`, then
    5959    use line-based commands as described in the