/gdbundle-PyCortexMDebug

gdbundle plugin for bnahill/PyCortexMDebug

Primary LanguagePython

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