Skip to content

Instantly share code, notes, and snippets.

View FirasSharp's full-sized avatar
🫥

Firas Jelassi FirasSharp

🫥
View GitHub Profile
@FirasSharp
FirasSharp / Intro.md
Created July 24, 2024 16:54
Full Stack debugging of a wails app using vs code (running the cmd: "wails dev", the watcher) [using go delve]

How to debug a Wails application (golang)

In the following you will find all the configs and script to fully debug your wails application (Both the frontend and the backend) in vs code while also having live reload.

What you need

  • install delve if you haven't already
  • python3.x

How it works