{ "info": { "author": "Martin Aspeli", "author_email": "optilude@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Environment :: MacOS X", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: MacOS :: MacOS X", "Programming Language :: Python", "Topic :: Software Development :: Debuggers", "Topic :: Text Editors" ], "description": "This module is used to hook up ``pdb``, the python debugger, with Sublime Text 2,\n enabling it to display the debugged source code during a ``pdb`` session.\n\n After downloading and unpacking the package, you should install the\n helper module using::\n\n $ python setup.py install\n\n Next you need to hook up ``pdb`` with this module by adding the\n following to your ``.pdbrc`` file, which you can create in your home\n directory if it's not there already::\n\n from PdbSublimeTextSupport import preloop, precmd\n pdb.Pdb.preloop = preloop\n pdb.Pdb.precmd = precmd\n \n Finally, ensure that you have the ``subl`` command line tool has\n been installed as per `these instructions\n `_.\n\n Afterwards Sublime Text should get started automatically whenever\n you enter a debug session. The current source line will be\n displayed simultaneously while stepping through the code.\n\n This module is based on ``PdbTextMateSupport`` by Andi Zeidler\n and others.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/PdbSublimeTextSupport", "keywords": "sublimetext pdb", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "PdbSublimeTextSupport", "package_url": "https://pypi.org/project/PdbSublimeTextSupport/", "platform": "Mac OS X", "project_url": "https://pypi.org/project/PdbSublimeTextSupport/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/PdbSublimeTextSupport" }, "release_url": "https://pypi.org/project/PdbSublimeTextSupport/0.2/", "requires_dist": null, "requires_python": null, "summary": "Display source code in Sublime Text 2 while debugging with pdb.", "version": "0.2" }, "last_serial": 784895, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a46977dce30eb92a0f2898502885175b", "sha256": "9e045e011be0934156eb178942a8272d49399931e34466119752fa693897753f" }, "downloads": -1, "filename": "PdbSublimeTextSupport-0.1.tar.gz", "has_sig": false, "md5_digest": "a46977dce30eb92a0f2898502885175b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2145, "upload_time": "2011-08-09T01:48:41", "url": "https://files.pythonhosted.org/packages/cb/10/3f1034a7d1eaa1952fe6ff98047d7b8054f3d17e92ca972fa44ec3c81c7f/PdbSublimeTextSupport-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "0871318b6a3276542d7911c35f3f8f1e", "sha256": "52d159240ca3bfc95df5d87969a7d312e08eb62bf080cc6d36a7047d23352d73" }, "downloads": -1, "filename": "PdbSublimeTextSupport-0.2.tar.gz", "has_sig": false, "md5_digest": "0871318b6a3276542d7911c35f3f8f1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1932, "upload_time": "2011-08-09T03:45:23", "url": "https://files.pythonhosted.org/packages/cd/d6/7afa4df976cf621bc8d8eee2dff336ad5a985ac8ac8a0de40b0c1b9e5a4c/PdbSublimeTextSupport-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0871318b6a3276542d7911c35f3f8f1e", "sha256": "52d159240ca3bfc95df5d87969a7d312e08eb62bf080cc6d36a7047d23352d73" }, "downloads": -1, "filename": "PdbSublimeTextSupport-0.2.tar.gz", "has_sig": false, "md5_digest": "0871318b6a3276542d7911c35f3f8f1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1932, "upload_time": "2011-08-09T03:45:23", "url": "https://files.pythonhosted.org/packages/cd/d6/7afa4df976cf621bc8d8eee2dff336ad5a985ac8ac8a0de40b0c1b9e5a4c/PdbSublimeTextSupport-0.2.tar.gz" } ] }