lcnvdl / html-go

HtmlGo: The interpreter that lets you 'program' in HTML! Now you can finally join the fun and proudly say you're an HTML programmer (sort of)!
https://htmlgo.org
Other
2 stars 0 forks source link

Add Debugger Support #11

Open lcnvdl opened 1 year ago

lcnvdl commented 1 year ago

Overview: Currently, HtmlGo lacks native debugger support, making it challenging for developers to efficiently troubleshoot and debug their applications. The addition of a debugger would greatly enhance the development experience and streamline the debugging process.

Proposed Solution: The proposed solution is to integrate a debugger into HtmlGo, enabling developers to set breakpoints, inspect variables, and step through code execution. This debugger will be a valuable tool for identifying and resolving issues, leading to faster and more effective development.

Benefits: The addition of a debugger will significantly improve the development process in HtmlGo , empowering developers to identify and address bugs and errors more efficiently. It will enable easier code analysis and optimization, leading to higher-quality and more reliable applications.

lcnvdl commented 1 year ago