<div dir="ltr"><div><div><div><div>Hello<br><br></div>I want to create a graphical UI to lldb in cocoa-qt so I could see data structures graphically, like lines as 2D lines, 1D graphs and so on.<br><br></div>So as a first step I need to replace lldb tool text input and output with a graphical window alternative.<br><br></div><div>I mean replacing the text command line with a text edit widget like Xcode does.<br></div><div><br></div>What is the best way(more elegant, less work) to do this?.<br><br></div>I have lots of experience making graphical programs but little handling terminal ones.<br></div>