Re: [scite] New version of scite-gdb

2007-07-04 Thread Neil Hodgson
gcc (4.1.2) started complaining about the conversion from a void * (result of dlsym) into a function pointer. So now its coerced into an int (!) first. Neil ___ Scite-interest mailing list Scite-interest@lyra.org http://mailman.lyra.org/mailman/list

Re: [scite] New version of scite-gdb

2007-06-22 Thread Chris Sutcliffe
Hey Steve, This is an excellent update! The cmd box no longer pops up at startup (which was causing some odd z-order behaviour for me) and I can toggle breakpoints! The integration is slick, so I now have an 'IDE' that allows me to debug right within my favourite editor. Cheers! Chris -- Chr

Re: [scite] New version of scite-gdb

2007-06-21 Thread Neil Hodgson
Steve Donovan: The Director interface under Unix remains a bit klunky. I think for my next project I'll review the code and see if we can work around the inflexibilities without breaking backward compatibility with ScitePM, etc. If there is a better communications technique that is more simi

[scite] New version of scite-gdb

2007-06-21 Thread Steve Donovan
Hi guys, A new version of the SciTE debugger interface is now available. It can do gdb, pydb, jdb and mdb, although support for the other debuggers is still quite patchy. You can now kill programs ;) and runnaway recursion won't hang you up, since it puts a limit on the stacktrace dump. This is