thestrukture / IDE

A Go code editor. With debugging and Autocomplete. 一个 Go 代码编辑器,具有 DEBUGGING 和 AUTOCOMPLETE
GNU Lesser General Public License v2.1
359 stars 20 forks source link

golang debugger GUI build with golang #7

Open gedw99 opened 2 years ago

gedw99 commented 2 years ago

https://github.com/emad-elsaid/debugger

works well for me too.

uses gioui for gui, so no web / electron stuff needed. Can also compile to run on Web, Desktop or mobile. Not that mobile makes sense for a golang debugger, but because its gioui it can.

cheikhshift commented 2 years ago

Awesome, I'll check it out and see how to integrate it. Thank you!