Hi, all. I'm using matplotlib as a GDB pretty printer to visualize the data under Windows XP. Is it possible to open a plot window which does not block the GDB's command line prompt? I try to put the mainloop (show() function) in a separate thread, but this cause some GDB hanging issue if I try to show the plot window in the second time. A minimal testing shows that a normal Tk window don't have this issue. See my testing sample code in: http://stackoverflow.com/questions/24924357/non-blocking-pyplot-gui-for-gdb-python-pretty-printer
One of GDB developer Tom replied in the stackoverflow, he said that it is an issue related to SIGCHLD. I personally don't have a solution, so I'd ask for your help, thanks. Asmwarrior(ollydbg) ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users