gdbgui
gdbgui copied to clipboard
open tree window in separate browser window
Describe the issue
Tree Window not big enough to get useful insights for big projects , is it possible to open tree window in seperate browser window .
Have you tried inputting pixel dimensions (at the top of the tree component) and pressing enter? You can resize the area that the tree is rendered in. If that is not enough I can look into a new window.
Yeah , I did try , but even then breaking it into its window for complex data structures would be awesome . Also , if somehow it can be made more responsive , that would be great . For me tree is 'THE' item , I tried my hand couple of years back to get tree output , but it was just static graph files pieced together
Got it. I will put it on my todo list to allow it to open in a new window.
any progress on this feature? It would be the TOP feature of this software if it can be used in a separate window.
Thanks for the ping. Unfortunately there has not been any progress. If I get back to working on gdbgui I can put this at the top of the list, but I don't know if/when that will happen as this is a project I do for fun in my spare time.
The module react-new-window looks quite promising for this task.