On Mon, Jun 27, 2011 at 10:01 AM, Xavier de Gaye wrote: > 2011/6/27 fanhe: >> I have enabled async option and I run this command sequence. >> Cfile Debug/01 | Cbreak main | Cstart >> >> It can not start. The ouput info is >> ============================================== >> Pyclewn version 1.6.py2 starting a new instance of gdb. >> >> GNU gdb (GDB) 7.1-ubuntu >> Copyright (C) 2010 Free Software Foundation, Inc. >> License GPLv3+: GNU GPL version 3 or later >> <http://gnu.org/licenses/gpl.html> >> This is free software: you are free to change and redistribute it. >> There is NO WARRANTY, to the extent permitted by law. Type "show copying" >> and "show warranty" for details. >> This GDB was configured as "i486-linux-gnu". >> For bug reporting instructions, please see: >> <http://www.gnu.org/software/gdb/bugs/>. >> (gdb) break main >> (gdb) start >> No symbol table loaded. Use the "file" command. >> (gdb) file Debug/01 >> (gdb) >> ============================================== >> Why is the last to run "file Debug/01"? > > > I cannot reproduce it. Please run this session with 'nbdebug' full > trace level and send me the logfile.
Please start pyclewn with the following command: pyclewn --gdb=async --level=nbdebug --file=logfile and if you still encounter the same issue, then please send me the logfile. -- Xavier Les Chemins de Lokoti: http://lokoti.alwaysdata.net ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Pyclewn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyclewn-general
