I am not sure what is different today vs. a couple days ago but I was not able to replicate the gtk_tree_model_get_path assertion. I am still not able to set a breakpoint in the fortran code. The GDB command option was greyed out while in a fortran source file.
That said, I have modified my source to accept a command line argument that is the working directory. For now, this has fixed any issues I have.
Thanks for your help.
________________________________ From: users-bounces@lists.geany.org [users-bounces@lists.geany.org] On Behalf Of Dimitar Zhekov [dimitar.zhekov@gmail.com] Sent: Thursday, July 11, 2013 11:49 AM To: Geany general discussion list Subject: Re: [Geany-Users] set working directory for debug
On Tue, 9 Jul 2013 07:08:54 -0500 "Drake, Johnathan" johnathan.drake@mtsi-va.com wrote:
My simulation is a mixed language C++/FORTRAN. In order to get a breakpoint in the C++ code, I had to right-click in the breakpoint window because the breakpoint button in the menu bar was greyed out.
Acknowledged. Debug -> Toggle breakpoint, and any keybinding to this functon, should work properly too.
Also, I cannot set a breakpoint in my FORTRAN code at all (at least by any method that I am aware of). I can however break in the C++ code where the FORTRAN is called and step-in although I can't use the locals or watch windows once into the FORTRAN code.
Acknowledged. You can try to switch to the other Fortran type, if that doesn't mess the highlighting (I haven't noticed there are two).
The certain way to set any breakpoint disregarding the Scope rules is to invoke Debug -> GDB Command and enter "break filename:line", "break <function>", "-break-insert filename:line", or any other gdb syntax. If your GDB is recent enough, the new breakpoint will be automatically placed in the Breakpoints list. Otherwise, right click and Refresh it.
Also when using scope, I am getting the following messages in the terminal window where geany was launched:
Gtk-CRITICAL **: gtk_tree_model_get_path: assertion 'iter != NULL' failed
Can you describe in brief the sequence of actions to get this message?
-- E-gards: Jimmy _______________________________________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users