Skip to content

Commit

Permalink
Setting of breakpoints for different file types improved.
Browse files Browse the repository at this point in the history
  • Loading branch information
maziac committed May 29, 2018
1 parent 324dd44 commit 241d59f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.1.2
- Setting of breakpoints now also works even if mborik.z80-macroasm (or other Z80 extensions) are installed as well.

## 0.1.1
- Register parsing corrected.

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,8 @@ Stepping works slightly different to stepping in ZEsarUX.



## License

z80-debug is licensed under the [MIT license](https://github.com/maziac/z80-debug/blob/master/LICENSE.txt).

The source code is available on [github](https://github.com/maziac/z80-sample-program).
17 changes: 16 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "z80-debug",
"displayName": "Z80 Debugger",
"version": "0.1.1",
"version": "0.1.2",
"publisher": "maziac",
"description": "Especially for the ZEsarUX ZX Spectrum Emulator.",
"author": {
Expand Down Expand Up @@ -75,6 +75,21 @@
"breakpoints": [
{
"language": "asm-collection"
},
{
"language": "z80-macroasm"
},
{
"language": "z80-asm"
},
{
"language": "zeus-asm"
},
{
"language": "gbz80"
},
{
"language": "pasmo"
}
],
"commands": [],
Expand Down

0 comments on commit 241d59f

Please sign in to comment.