Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nbbeeken/dashmips-debugger

Debugger for vscode using dashmips module.
https://github.com/nbbeeken/dashmips-debugger

mips vscode

Last synced: about 1 month ago
JSON representation

Debugger for vscode using dashmips module.

Awesome Lists containing this project

README

        

# dashmips-debugger

This is a debugger adapter for the dashmips python package.

![debugger usage](images/dashmips_usage.gif)

## Features

It runs and communicates with the dashmips debug server.

## Requirements

Dashmips

```sh
pip install dashmips
```

## Extension Settings

None yet.

## Known Issues

None known.

## Release Notes

### 0.0.11

Version jump to sync with [dashmips python extension](https://pypi.org/project/dashmips/).

### 0.0.2

Add icon

### 0.0.1

First ever release.