Re: [Lazarus] Source Tab duplication on Linux...

2012-11-30 Thread William Oliveira Ferreira
I had already deleted the file LPS trying to solve the problem. To facilitate, I open the project stored on the original partition. I will try other ways to create this symbolic link later. 2012/11/30 Martin laza...@mfriebe.de You also wont to check the lps (session) file (may be in your

Re: [Lazarus] Source Tab duplication on Linux...

2012-11-30 Thread Martin
On 30/11/2012 11:07, William Oliveira Ferreira wrote: I had already deleted the file LPS trying to solve the problem. To facilitate, I open the project stored on the original partition. I will try other ways to create this symbolic link later. Lazarus can get the path from gdb, if fpc

[Lazarus] Source Tab duplication on Linux...

2012-11-29 Thread William Oliveira Ferreira
Hi, when I'm debugging a application and the debugger reach a break point, it doesn't use the already open source tab, Lazarus opens a new tab of the same file focusing the break point line. How can I change this behavior? Screen Shots: http://imagebin.org/237601 http://imagebin.org/237602

Re: [Lazarus] Source Tab duplication on Linux...

2012-11-29 Thread Martin
On 30/11/2012 00:27, William Oliveira Ferreira wrote: Hi, when I'm debugging a application and the debugger reach a break point, it doesn't use the already open source tab, Lazarus opens a new tab of the same file focusing the break point line. How can I change this behavior? Screen

Re: [Lazarus] Source Tab duplication on Linux...

2012-11-29 Thread William Oliveira Ferreira
Thanks for the hint! 2012/11/29 William Oliveira Ferreira bdexterholl...@gmail.com 2012/11/29 Martin laza...@mfriebe.de Look at the filename (with path) in the statusbar. The location differ. Maybe it is a link (lazarus does not detect links), maybe you used the other copy of the file.

Re: [Lazarus] Source Tab duplication on Linux...

2012-11-29 Thread Martin
You also wont to check the lps (session) file (may be in your main config folder). Now that it knows both pathes, there may be references. Simpl gcep for the path, you do not ant to open On 30/11/2012 01:36, William Oliveira Ferreira wrote: Thanks for the hint! 2012/11/29 William Oliveira