<HTML dir=ltr><HEAD>
<STYLE>.EmailQuote {
BORDER-LEFT: #800000 2px solid; PADDING-LEFT: 4pt; MARGIN-LEFT: 1pt
}
</STYLE>
<STYLE title=owaParaStyle><!--P {
MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></STYLE>
</HEAD>
<BODY ocsi="x">
<DIV dir=ltr><FONT color=#000000 size=2 face=Tahoma>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.</FONT></DIV>
<DIV dir=ltr><FONT color=#000000 size=2 face=Tahoma></FONT> </DIV>
<DIV dir=ltr><FONT color=#000000 size=2 face=Tahoma>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.</FONT></DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr><FONT face="times new roman">Thanks for your help.</FONT></DIV>
<DIV dir=ltr><FONT size=2> </DIV></FONT>
<DIV style="DIRECTION: ltr" id=divRpF178679>
<HR tabIndex=-1>
<FONT color=#000000 size=2 face=Tahoma><B>From:</B> users-bounces@lists.geany.org [users-bounces@lists.geany.org] On Behalf Of Dimitar Zhekov [dimitar.zhekov@gmail.com]<BR><B>Sent:</B> Thursday, July 11, 2013 11:49 AM<BR><B>To:</B> Geany general discussion list<BR><B>Subject:</B> Re: [Geany-Users] set working directory for debug<BR></FONT><BR></DIV>
<DIV></DIV><FONT size=2>
<DIV class=PlainText>On Tue, 9 Jul 2013 07:08:54 -0500<BR>"Drake, Johnathan" <johnathan.drake@mtsi-va.com> wrote:<BR><BR>> My simulation is a mixed language C++/FORTRAN. In order to get a<BR>> breakpoint in the C++ code, I had to right-click in the breakpoint<BR>> window because the breakpoint button in the menu bar was greyed out.<BR><BR>Acknowledged. Debug -> Toggle breakpoint, and any keybinding to this<BR>functon, should work properly too.<BR><BR>> Also, I cannot set a breakpoint in my FORTRAN code at all (at least<BR>> by any method that I am aware of). I can however break in the C++<BR>> code where the FORTRAN is called and step-in although I can't use<BR>> the locals or watch windows once into the FORTRAN code.<BR><BR>Acknowledged. You can try to switch to the other Fortran type, if that<BR>doesn't mess the highlighting (I haven't noticed there are two).<BR><BR>The certain way to set any breakpoint disregarding the Scope rules is<BR>to invoke Debug -> GDB Command and enter "break filename:line", "break<BR><function>", "-break-insert filename:line", or any other gdb syntax.<BR>If your GDB is recent enough, the new breakpoint will be automatically<BR>placed in the Breakpoints list. Otherwise, right click and Refresh it.<BR><BR>> Also when using scope, I am getting the following messages in the<BR>> terminal window where geany was launched:<BR>> <BR>> Gtk-CRITICAL **: gtk_tree_model_get_path: assertion 'iter != NULL' failed<BR><BR>Can you describe in brief the sequence of actions to get this message?<BR><BR>-- <BR>E-gards: Jimmy<BR>_______________________________________________<BR>Users mailing list<BR>Users@lists.geany.org<BR><A href="https://lists.geany.org/cgi-bin/mailman/listinfo/users" target=_blank>https://lists.geany.org/cgi-bin/mailman/listinfo/users</A><BR></DIV></FONT></BODY></HTML>