{ "info": { "author": "Matthew Schinckel", "author_email": "matt@schinckel.net", "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 BBEdit_, a\n text editor for Mac OS X, enabling it to display the\n debugged source code during a pdb_ session.\n\n .. _pdb: http://docs.python.org/lib/module-pdb.html\n .. _BBEdit: http://barebones.com/\n\n After downloading and unpacking the package, you should install the helper\n module using::\n\n $ python setup.py install\n\n Next you need to hook up pdb_ with this module by add the following to your\n ``.pdbrc``::\n\n from PdbBBEditSupport import preloop, precmd\n pdb.Pdb.preloop = preloop\n pdb.Pdb.precmd = precmd\n\n The easiest way to do this is to use the provided script::\n\n $ pdbbbsupport enable\n\n Alternatively you can also do it manually. The ``.pdbrc`` is located in your\n home folder and possibly needs to be created first. You may also use the\n supplied sample configuration file for pdb_ to enable the hook like::\n\n $ cp pdbrc.sample ~/.pdbrc\n\n Afterwards BBEdit_ should get started automatically whenever you enter a\n debug session. The current source line will be displayed simultaneously while\n stepping through the code. However, having the cursor moved automatically\n within that source file is not always very obvious, so you might want to use\n the \"Highlight insertion point: Line color\" feature, which can be enabled in the \"Text Colors\"\n tab in BBEdit's preferences.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/schinckel/pdbbbeditsupport/", "keywords": "bbedit pdb", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "PdbBBEditSupport", "package_url": "https://pypi.org/project/PdbBBEditSupport/", "platform": "Mac OS X", "project_url": "https://pypi.org/project/PdbBBEditSupport/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/schinckel/pdbbbeditsupport/" }, "release_url": "https://pypi.org/project/PdbBBEditSupport/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Display source code in BBEdit while debugging in pdb", "version": "1.0.1" }, "last_serial": 784894, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "e1ec9b56626dcc998a8c07ed9af07a71", "sha256": "a0d11039843954d573f7bbb8609c91d319e320a9a4b4793baa3bd652c7d1c662" }, "downloads": -1, "filename": "PdbBBEditSupport-1.0.tar.gz", "has_sig": false, "md5_digest": "e1ec9b56626dcc998a8c07ed9af07a71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2651, "upload_time": "2011-07-29T15:10:43", "url": "https://files.pythonhosted.org/packages/2b/c4/6b63e9013418a14dadf78a974bbbd7a4179b4dd01b9c56a029fb2b060e4c/PdbBBEditSupport-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "a95bd4dd358a6ae9272d494a7eacd37a", "sha256": "3e86d4586981a51e09cdb0bbd6372dad2bdd741908f6eae2c28250aeef271bd9" }, "downloads": -1, "filename": "PdbBBEditSupport-1.0.1.tar.gz", "has_sig": false, "md5_digest": "a95bd4dd358a6ae9272d494a7eacd37a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2658, "upload_time": "2012-05-24T04:36:06", "url": "https://files.pythonhosted.org/packages/c2/d7/7e5be91ad824ccd0be32498caba831ff423c672720d7a50cbb391310b462/PdbBBEditSupport-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a95bd4dd358a6ae9272d494a7eacd37a", "sha256": "3e86d4586981a51e09cdb0bbd6372dad2bdd741908f6eae2c28250aeef271bd9" }, "downloads": -1, "filename": "PdbBBEditSupport-1.0.1.tar.gz", "has_sig": false, "md5_digest": "a95bd4dd358a6ae9272d494a7eacd37a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2658, "upload_time": "2012-05-24T04:36:06", "url": "https://files.pythonhosted.org/packages/c2/d7/7e5be91ad824ccd0be32498caba831ff423c672720d7a50cbb391310b462/PdbBBEditSupport-1.0.1.tar.gz" } ] }