Skip to main content

gdbundle wrapper for PyCortexMDebug

Project description

GitHub PyPI version PyPI pyversions

gdbundle-PyCortexMDebug

This is a gdbundle plugin for bnahill/PyCortexMDebug

The original PyCortexMDebug plugin is embedded as a git submodule, rather than specifying as a typical dependency, because it is not as of yet deployed to PyPi, and so this package cannot depend on it via git+ dependency spec.

Compatibility

  • GDB

Installation

After setting up gdbundle, install the package from PyPi.

$ pip install gdbundle-PyCortexMDebug

If you've decided to manually manage your packages using the gdbundle(include=[]) argument, add it to the list of plugins.

# .gdbinit

[...]
import gdbundle
plugins = ["PyCortexMDebug"]
gdbundle.init(include=plugins)

Building

Be sure to git submodule update --init to get the cmdebug dependency.

$ poetry build
$ poetry publish

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gdbundle_pycortexmdebug-0.0.7.tar.gz (24.4 kB view hashes)

Uploaded Source

Built Distribution

gdbundle_pycortexmdebug-0.0.7-py2.py3-none-any.whl (28.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page