Skip to content

feat(settings): enable/disable insertion of .break

Robert Steffens requested to merge ki-bo/kick-assembler-vscode-ext:master into master

This change allows to use breakpoints directly in vscode instead of adding the .break directive. There is a new setting that can define whether the insertion of the .break directive shall be done when a breakpoint is set. I am currently using your great extension to develop code for a Mega65 board with 45gs02 code, and I am looking into getting a vscode debugger running to remote-debug the Mega65 from within vscode.

Merge request reports