Adds PyCharm debugging support to PyXLL.
Project description
PyXLL-PyCharm
PyCharm debugging support for PyXLL.
Requires:
- PyXLL >= 5.0.0
- PyCharm Professional
To install this package use:
pip install pyxll-pycharm
Once installed a "PyCharm Debug" button will be added to the PyXLL ribbon tab in Excel, so long as you have PyXLL 5 or above already installed.
To debug your Python code running in Excel with PyXLL
- Create a new Run Configuration in PyCharm using the "Python Debug Server" template.
- Install the "pydev-pycharm" package using the exact version specified in your new Run Configuration.
- Change the port in your Run Configuration to 5000.
- Run the new Run Configuration using the green "Debug" button in PyCharm.
- Connect Excel to PyCharm using the "PyCharm Debug" button in Excel.
To configure add the following to your pyxll.cfg file (default values shown):
[PYCHARM]
port = 5000
suspend = 0
For more information about installing and using PyXLL see https://www.pyxll.com.
Copyright (c) 2020 PyXLL Ltd
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for pyxll_pycharm-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05724469c916006697d6cdf8df64d8f3dbc0f7ee50d40fa9fbee09eb18cce28a |
|
MD5 | 2c62fcfc87727ef0303a3bf1c50c6b69 |
|
BLAKE2b-256 | 878300313863f4d42eccac56247eb82e6182ae9b3f41305609dc50c581703543 |