tomlin7 / biscuit

A lightweight, fast code editor with extensions
https://tomlin7.github.io/biscuit
MIT License
154 stars 17 forks source link

Setting breakpoints in multiple files #339

Open tomlin7 opened 3 months ago

tomlin7 commented 3 months ago

Feature

Currently breakpoints can be set in a single file only. Allow setting breakpoints in multiple files in the active directory

For this, register breakpoints within the debugger manager everytime user adds/removes one. and when the program is debugged, collect breakpoints from all the similar filetypes and add them to debugger run config