Release for OpenMSX
This is the first stable release of Dezog for OpenMSX.
Install it by running:
code --install-extension dezog-1.3.2.vsix
Make sure you instruct your assembler to create list files. And add the following to launch.json:
{
"type": "dezog",
"request": "launch",
"name": "Debug OpenMSX",
"remoteType": "openmsx",
"listFiles": [
{
"path": "path-to/main.lst",
"useFiles": true,
"asm": "sjasmplus",
"mainFile": "path-to/main.asm"
}
],
"startAutomatically": false,
"commandsAfterLaunch": [
"-e openmsx_info version"
],
"resetOnLaunch": false,
"rootFolder": "${workspaceFolder}",
"tmpDir": ".tmp"
}
Check out a video of Dezog on OpenMSX here