tomlin7 / biscuit

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

Enabling breakpoints for only filestypes with debugger availability #368

Open tomlin7 opened 3 months ago

tomlin7 commented 3 months ago

Bug

As of now, breakpoints can be added in an editor with any file type, even markdown. But this is not an expected behavior. Enable breakpoints for only file types that have a debugger registered.

System Information