Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nbbeeken/dashmips-debugger
- Owner: nbbeeken
- Created: 2018-10-02T18:27:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T01:14:26.000Z (over 2 years ago)
- Last Synced: 2023-03-03T13:26:42.622Z (almost 2 years ago)
- Topics: mips, vscode
- Language: TypeScript
- Homepage:
- Size: 1.63 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.