<div dir="ltr">Just dropping a line to tell you that I managed to get it working now. I changed my build options from:<br><br>g++ -Wall -o "%e" "%f"<br><br>to:<br><br>g++ -Wall -g -o "%e" "%f"<br>
<br>It seems I had forgot to put the -g flag in with the build options ( i just put it in the compile options)<br><br>And it's working like a charm now! As to be expected it was my own damn fault :-)<br><br>/Micke<br>
<br><div class="gmail_quote">2008/10/1 Mikael Nordin <span dir="ltr"><<a href="mailto:mickewiki@gmail.com">mickewiki@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr"><div class="Ih2E3d"><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
The simplest way is probably to open the appropriate source file in<br>
Geany, place the cursor at the function or the source code line where<br>
you want to add a break point, and then click on the 'Breaks' button of<br>
the debug plugin. </blockquote><div> </div></div></div>That is exactly what I am trying to do :-)<br><br>It doesn't work  that way, and it doesn't work if I specify another line or function name manually either.<br>
<br>
Since last time I have updated to Ubuntu Intrepid and I am now using the geany-package from the intrepid repository (still 0.14) with the debugger-plugin built from source (of course). The problem persists though. It doesn't matter if I specify a source-path to the source under the environment path either.<br>

<br>I've include a screen shot of the error message.<br><br>How ever I have now worked out that the problem is indeed there when I run gdb manually at the command line as well (which I didn't think initialy).<br>
<br>
(gdb) b ~/c++/wikifind_rev/wikifind_rev.cpp: 85<br>No source file named ~/c++/wikifind_rev/wikifind_rev.cpp.<br><br>So I guess that the problem is related to gdb rather that the geany debugger-plugin.<br><br>And yes, I have checked my search paths and tried severaly diferent ways to specify the path: ~/ and /home/micke/ andso on.<br>

<br>/Micke<br>
</div>
</blockquote></div><br></div>