<div dir="ltr">Thanks for the comment. I agree strong typed language can eliminate a lot of bugs at compile time but for small project like this, it should be OK though.<div>And I'm not interested in integrating into IDE. Currently, I work on LLVM dev and my dev environment is gvim (with some plugins) + cmake/ninja + gdb/DDD. I tried CDT but it uses too much resources.</div><div>Beside, I don't like the concept of "project" in IDE, which is an overhead to me.</div><div>Basically, my goal is a counterpart of DDD. </div><div><br></div><div>Anyway, thanks for your opinion,</div><div>C0deforfun</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 16, 2015 at 11:19 PM, J.R. Heisey <span dir="ltr"><<a href="mailto:jr@heisey.org" target="_blank">jr@heisey.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF"><div>Sorry but I think a GUI built with anything other than C or C++ is a waste of time. Especially a debugger only GUI. <span>I have some personal experience.</span></div><div><br></div><div>There are a couple decent full IDEs available.</div><div>It would be more appropriate to integrate LLDB into one of these.</div><div><br></div><div>CodeBlocks, CodeLite, or Eclipse CDT are the better ones.</div><div>Though I am not picularly fond of Eclipse or any <span>Java based GUIs either it would be preferable to any dynamic language. I prefer languages with strong type checking to eliminate many bugs at compile time.</span></div><div><span><br></span></div><div><span>You may be able to integrate with the express editions of visual studio. I hope I haven't just committed heresy on this list. :) </span></div><div><br><div>Thanks,</div><div>J.R. Heisey</div><div><br></div></div><div><div class="h5"><div><br>On Feb 17, 2015, at 8:01 AM, zephyr zhao <<a href="mailto:zephyr.git@gmail.com" target="_blank">zephyr.git@gmail.com</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div><div dir="ltr">Hi,<div><br></div><div>I'm working on a GUI frontend of LLDB which is based on Python 2.7 and Qt 4:</div><div><a href="https://github.com/c0deforfun/LLL" target="_blank">https://github.com/c0deforfun/LLL</a><br></div><div><br></div><div>Screenshot of current status:</div><div><a href="https://raw.githubusercontent.com/c0deforfun/LLL/master/docs/screenshot.png" target="_blank">https://raw.githubusercontent.com/c0deforfun/LLL/master/docs/screenshot.png</a><br></div><div><br></div><div>There're still a lot of works to do. It would be really helpful if someone could join the project.</div><div>Any suggestions or comments will be appreciated too!</div><div><br></div><div>Btw, I have a question:</div><div>when users set a breakpoint at some line, SBBreakpointLocation may return a different line No. My current workaround is grep it from SBBreakpoint.GetDescription()</div><div><br></div><div>Thanks,</div><div>C0deforfun</div><div><br></div><div><br></div></div>
</div></blockquote></div></div><blockquote type="cite"><div><span>_______________________________________________</span><br><span>lldb-dev mailing list</span><br><span><a href="mailto:lldb-dev@cs.uiuc.edu" target="_blank">lldb-dev@cs.uiuc.edu</a></span><br><span><a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a></span><br></div></blockquote></div></blockquote></div><br></div>