<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hi there,</div>
<div><br>
</div>
<div>First, apologies if this list isn't the right place for this.</div>
<div><br>
</div>
<div>I just wanted to mention that we've been working on a GUI front-end for LLDB called zBug, and that it's reasonably useful for anyone looking for simple GUI debugger that wraps LLDB.  You can find it at http://github.com/pzion/zBug/.</div>
<div><br>
</div>
<div>It uses the LLDB Python bindings and uses PySide (open-source Qt bindings for Python) for the GUI.  It works on Linux and OS X, and is BSD licensed.  It should work fine with Windows as well once LLDB Windows support is here (if it isn't already).</div>
<div><br>
</div>
<div>I developed zBug originally as an independent project, but we later adapted it to add support for debugging the JITted DSL in our product Fabric Engine, a platform for 3D effects and tools.  Because it works with both traditional applications as well as
 with the JIT environment I use it daily to debug our platform as well as the JIT code it runs.  It's got all the usual GUI goodies such as source code and assembly view, stack and threads, locals and registers, breakpoints, as well as a direct LLDB command
 prompt.</div>
<div><br>
</div>
<div>Thanks for all the great work on LLDB, the Python support made it quite straightforward to build zBug!</div>
<div><br>
</div>
<div>
<div><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" face="Calibri">Peter Zion</font></font></div>
<div><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" face="Calibri">Fabric Engine Inc.</font></font></div>
</div>
</body>
</html>