Hello, I have just commited a change set that modifies the way you call nemiver from the command line.
From now on, if you want to debug a program named 'theprog' that takes
two arguments (progarg0 and progarg1) , you just have to type: 'nemiver theprog progarg0 progarg1' . The former --debug command line switch no longer exists.
Also, nemiver now looks for the target program (the one it has to debug) in the current working directory and in the directories refered to by the 'PATH' environment variable. In other words, typing 'nemiver /usr/bin/gedit' is no more necessary. Just typing 'nemiver gedit' should suffice to debug the gedit program, given that you have compiled it with debug info. A new file -> edit -> preferences menu has also been added. The preferences are quite empty for the moment, though. The only thing you can set there is list of directories where nemiver has to search for the source files. More preferences will appear there in the future. Cheers, Dodji. _______________________________________________ Nemiver-list mailing list [email protected] https://mail.gna.org/listinfo/nemiver-list
