====== pycharm ====== ===== Hasznos billentyűparancsok ===== | Expand\\ Collapse | Ctrl-+\\ Ctrl+- | | Expand to level | Ctrl+*, | | Expand all\\ Collapse all | Ctrl-Shift-+\\ Ctrl+Shift+- | | Expand all to level | Ctrl+Shift+*, | ===== Távoli debug ===== wget https://files.pythonhosted.org/packages/27/79/8a850fe3496446ff0d584327ae44e7500daf6764ca1a382d2d02789accf7/pip-20.3.4-py2.py3-none-any.whl python pip-20.3.4-py2.py3-none-any.whl/pip install --upgrade pip setuptools pip install pydevd-pycharm~=212.5457.59 # import pydevd_pycharm; pydevd_pycharm.settrace('xxx', port=5555, stdoutToServer=True, stderrToServer=True)