- fixed compatibility with macOS (#23)
- fixed "Start Debugging" not doing anything without a
launch.json
- updated
${workspaceRoot}
to${workspaceFolder}
- fixed launch not working in some cases with spaces in program path (#17)
- rebranded the extension as "Flash Debugger"
- fixed setting breakpoints with VSCode 1.11.x (#12)
- fixed fdb being started with an empty environment (could cause issues on Linux)
- added support for pause requests (#6)
JAVA_HOME
is now used if defined- more helpful error message if
fdb
can't be started
- fixed a "file not found" error when pausing on exceptions
- attempt to fix Readme images not being displayed
- initial release