Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial submission of Plugin Pdb #8976

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

cepthomas
Copy link

  • I'm the package's author and/or maintainer.
  • I have have read [the docs][1].
  • I have tagged a release with a [semver][2] version number.
  • My package repo has a description and a README describing what it's for and how to use it.
  • My package doesn't add context menu entries. *
  • My package doesn't add key bindings. **
  • Any commands are available via the command palette.
  • Preferences and keybindings (if any) are listed in the menu and the command palette, and open in split view.
  • If my package is a syntax it doesn't also add a color scheme. ***
  • If my package is a syntax it is named after the language it supports (without suffixes like "syntax" or "highlighting").
  • I use [.gitattributes][3] to exclude files from the package: images, test files, sublime-project/workspace.

Sublime Text plugin for debugging plugins.

  • Uses pdb remotely over a plain-text socket.
  • Optional colorizing of pdb output.
  • Optional timeout to unblock ST if client doesn't connect.
  • Smart client manages the connection to make the edit-run-edit cycle much smoother.

There appears to be only one similar package and it has been dead for 10 years and has no
valid repository: https://packagecontrol.io/packages/Plugin%20Debugger.

There are several remote debugging packages but none specifically for ST plugin development.
I've borrowed liberally from remote-db.

This is one of several plugins I'm submitting to Package Control for consideration. I've been
refining them for several years and use them daily. I think they could be useful to others, in whole or as parts.

Copy link
Collaborator

@packagecontrol-bot packagecontrol-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated testing result: SUCCESS

Repo link: Plugin Pdb

Packages added:
  - Plugin Pdb

Processing package "Plugin Pdb"
  - All checks passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants