# ggg **Repository Path**: mirrors_ConradIrwin/ggg ## Basic Information - **Project Name**: ggg - **Description**: An experimental self-hosted debugger for go - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README The start of an experimental port of [Pry](https://pryrepl.org) to golang. # Status This is currently vaporware, but I've done the following things: * [x] get the current stack pointer (x86 only) * [x] load the DWARF data for the current process (macho only) * [x] use dwarf data to compute the canonical frame address * [x] lookup the address of variables by name * [ ] create interface values from DWARF types * [ ] call functions * [ ] add some UI Much help appreciated!