On Wed, Feb 15, 2012 at 2:32 AM, fanhe wrote: > try > > :C file test > :C mapkeys > :C start > :C break test_server.c:41 > :C c > > At 2012-02-15 02:47:17,"Joey Ekstrom" <[email protected]> wrote: >> >> Using PyClewn on OSX Lion does not seem to be working for me. I do the >> following... >> .... >> What do I need to do to "Run" something? Should it have run? I can run it >> just fine using gdb.
Fanhe is right, you should not use the 'run' command after a 'start' command since 'start' already runs the program. What is the gdb version you are running? The gdb Apple version is not compatible with the gdb/mi interface, and pyclewn uses gdb/mi. One must use with pyclewn the GNU gdb version from macports instead of the Apple version. -- Xavier Les Chemins de Lokoti: http://lokoti.alwaysdata.net ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Pyclewn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyclewn-general
