Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-18 Thread silvioprog
2013/5/14 Martin > On 11/05/2013 05:11, silvioprog wrote: > >> >> procedure TForm1.Button1Click(Sender: TObject); >> var >> s: string; >> begin >> s := 'abc'; << Break point here (F5) // line 1 >> ShowMessage(s); // line 2 >> end; >> >> and I use Step Over (F8), the cursor go to "line 2", b

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-14 Thread Martin
On 11/05/2013 05:11, silvioprog wrote: procedure TForm1.Button1Click(Sender: TObject); var s: string; begin s := 'abc'; << Break point here (F5) // line 1 ShowMessage(s); // line 2 end; and I use Step Over (F8), the cursor go to "line 2", but the same code in Linux, go to GTK units. See:

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-14 Thread Martin
On 11/05/2013 05:11, silvioprog wrote: procedure TForm1.Button1Click(Sender: TObject); var s: string; begin s := 'abc'; << Break point here (F5) // line 1 ShowMessage(s); // line 2 end; and I use Step Over (F8), the cursor go to "line 2", but the same code in Linux, go to GTK units. See:

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-13 Thread Martin
On 13/05/2013 18:08, silvioprog wrote: 2013/5/13 Martin mailto:laza...@mfriebe.de>> On 13/05/2013 16:07, silvioprog wrote: 2013/5/13 Martin mailto:laza...@mfriebe.de>> On 11/05/2013 05:11, silvioprog wrote: and I use Step Over (F8), the cursor go to "line 2", but

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-13 Thread silvioprog
2013/5/13 Martin > On 13/05/2013 16:07, silvioprog wrote: > > 2013/5/13 Martin > >> On 11/05/2013 05:11, silvioprog wrote: >> >>> >>> and I use Step Over (F8), the cursor go to "line 2", but the same code >>> in Linux, go to GTK units. See: >>> >>> 1 - http://imagebin.org/257292 >>> 2 - http://

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-13 Thread Martin
On 13/05/2013 16:07, silvioprog wrote: 2013/5/13 Martin mailto:laza...@mfriebe.de>> On 11/05/2013 05:11, silvioprog wrote: and I use Step Over (F8), the cursor go to "line 2", but the same code in Linux, go to GTK units. See: 1 - http://imagebin.org/257292

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-13 Thread silvioprog
2013/5/13 Martin > On 11/05/2013 05:11, silvioprog wrote: > >> >> and I use Step Over (F8), the cursor go to "line 2", but the same code in >> Linux, go to GTK units. See: >> >> 1 - http://imagebin.org/257292 >> 2 - http://imagebin.org/257294 (after first F8) >> >> I don't know debug code in asse

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-13 Thread Martin
On 11/05/2013 05:11, silvioprog wrote: and I use Step Over (F8), the cursor go to "line 2", but the same code in Linux, go to GTK units. See: 1 - http://imagebin.org/257292 2 - http://imagebin.org/257294 (after first F8) I don't know debug code in assembler. I'm pretty sure the problem is i

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-12 Thread Martin
Any update? as for the stepping out (4), I *guess* that eithur: - fpc or the linker were changed and the debug info is incorrectly generated (Though I did not see any commit with a log message, suggesting work on this) - Something changed in GDB On 11/05/2013 12:20, Martin wrote: On 11/05/20

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-11 Thread Martin
On 11/05/2013 05:11, silvioprog wrote: 2013/5/8 Martin mailto:laza...@mfriebe.de>> You did not answer this. If you hit a breakpoint, do you still get the asm? Well, Not to be difficult, but the answer below relates to the question above in which way? I am glad for you to report an

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-10 Thread silvioprog
2013/5/8 Martin > You did not answer this. > > If you hit a breakpoint, do you still get the asm? > Well, In Windows, if I put: procedure TForm1.Button1Click(Sender: TObject); var s: string; begin s := 'abc'; << Break point here (F5) // line 1 ShowMessage(s); // line 2 end; and I use S

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-08 Thread Martin
On 08/05/2013 18:26, silvioprog wrote: 2013/5/8 Martin mailto:laza...@mfriebe.de>> So question: has the original issue been resolved ? You did not answer this. If you hit a breakpoint, do you still get the asm? Or is that part of the issue solved? IIRC it is tricky to get

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-08 Thread silvioprog
2013/5/8 Martin > On 08/05/2013 16:35, silvioprog wrote: > > 2013/5/8 silvioprog > >> 2013/5/8 Martin >> >>> [...] >>> Sorry, no that was not fixed. >>> >>> I was told something about path loading. That was hopped to fix initial >>> issue. Is that also still there? >>> >>> Can you try the 2

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-08 Thread Martin
On 08/05/2013 16:35, silvioprog wrote: 2013/5/8 silvioprog mailto:silviop...@gmail.com>> 2013/5/8 Martin mailto:laza...@mfriebe.de>> [...] Sorry, no that was not fixed. I was told something about path loading. That was hopped to fix initial issue. Is that al

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-08 Thread silvioprog
2013/5/8 silvioprog > 2013/5/8 Martin > >> [...] >> Sorry, no that was not fixed. >> >> I was told something about path loading. That was hopped to fix initial >> issue. Is that also still there? >> >> Can you try the 2 debugln? >> >> Because we still need to find out who is the right person to

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-08 Thread silvioprog
2013/5/8 Martin > [...] > Sorry, no that was not fixed. > > I was told something about path loading. That was hopped to fix initial > issue. Is that also still there? > > Can you try the 2 debugln? > > Because we still need to find out who is the right person to look at this > after all > > > So

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-08 Thread Martin
On 08/05/2013 15:10, silvioprog wrote: 2013/5/8 Juha Manninen > On 5/8/13, silvioprog mailto:silviop...@gmail.com>> wrote: >> Also update your svn. >> I was told that a potential issue was just fixed. > > Can you update GIT too? Do you u

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-08 Thread silvioprog
2013/5/8 Juha Manninen > On 5/8/13, silvioprog wrote: > >> Also update your svn. > >> I was told that a potential issue was just fixed. > > > > Can you update GIT too? > > Do you use the Graeme's mirror in GitHub? > It is updated automatically. > > Juha Yep. And I update my copy now, but the p

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-08 Thread Martin
On 08/05/2013 04:50, silvioprog wrote: 2013/5/7 Martin mailto:laza...@mfriebe.de>> Also update your svn. I was told that a potential issue was just fixed. Can you update GIT too? I don't know who updates the GIT, I think it updates automatically -- _

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-08 Thread Juha Manninen
On 5/8/13, silvioprog wrote: >> Also update your svn. >> I was told that a potential issue was just fixed. > > Can you update GIT too? Do you use the Graeme's mirror in GitHub? It is updated automatically. Juha -- ___ Lazarus mailing list Lazarus@list

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-07 Thread silvioprog
2013/5/7 Martin > > Also update your svn. > > I was told that a potential issue was just fixed. > Can you update GIT too? -- Silvio Clécio My public projects - github.com/silvioprog -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org htt

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-07 Thread Martin
Also update your svn. I was told that a potential issue was just fixed. On 07/05/2013 21:59, Martin wrote: Try at least the 2 debugln, So we can see if NewSource := CodeToolBoss.LoadFile(SrcFullName, true, false); is called. And if it returns a result or nil On 07/05/2013 18:54, silvi

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-07 Thread Martin
Try at least the 2 debugln, So we can see if NewSource := CodeToolBoss.LoadFile(SrcFullName, true, false); is called. And if it returns a result or nil On 07/05/2013 18:54, silvioprog wrote: 2013/5/6 Martin mailto:laza...@mfriebe.de>> On 06/05/2013 23:08, Martin wrote: Did you c

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-07 Thread Martin
On 07/05/2013 18:54, silvioprog wrote: I tried it ...: http://imagebin.org/256833 ... but, error: http://imagebin.org/256834 Seems that "PropertyAtom" has renamed to "PropVarAtom" and "VarNameAtom" to "VarNameRange". Ok. I need to ask others. -- _

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-07 Thread silvioprog
2013/5/7 Juha Manninen > On 5/7/13, silvioprog wrote: > > How I do it, in this way?: > > In options it would need "-d" in front. > Use the Defines window instead. "Edit Defines" -> add CTDEBUG there > and later click the checkbox. > The list of defines is saved and you can toggle them on/off. >

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-07 Thread silvioprog
2013/5/6 Martin > On 06/05/2013 23:08, Martin wrote: > > Did you close the asm window before you tested? > > Anyway. It has the right filename. > > * Please recompile the IDE with the following define CTDEBUG > > * Please open the file \ide\debugmanager.pas > line 1265 > insert the TWO debug

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-07 Thread Martin
On 07/05/2013 07:06, silvioprog wrote: 2013/5/6 Martin mailto:laza...@mfriebe.de>> Anyway. It has the right filename. * Please recompile the IDE with the following define CTDEBUG How I do it, in this way?: http://imagebin.org/256766 Almost. either put it in edit defines and then

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-07 Thread Juha Manninen
On 5/7/13, silvioprog wrote: > How I do it, in this way?: In options it would need "-d" in front. Use the Defines window instead. "Edit Defines" -> add CTDEBUG there and later click the checkbox. The list of defines is saved and you can toggle them on/off. BTW, the current "Debug" and "Verbose" d

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-06 Thread silvioprog
2013/5/6 Martin > Anyway. It has the right filename. > > * Please recompile the IDE with the following define CTDEBUG > How I do it, in this way?: http://imagebin.org/256766 -- Silvio Clécio My public projects - github.com/silvioprog -- ___ Lazarus

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-06 Thread Martin
On 06/05/2013 23:08, Martin wrote: Did you close the asm window before you tested? Anyway. It has the right filename. * Please recompile the IDE with the following define CTDEBUG * Please open the file \ide\debugmanager.pas line 1265 insert the TWO debugln if (SrcLine > 0) and (Curr

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-06 Thread silvioprog
2013/5/6 Martin > Did you close the asm window before you tested? > Yes, several times. -- Silvio Clécio My public projects - github.com/silvioprog -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-06 Thread Martin
Did you close the asm window before you tested? On 06/05/2013 22:22, silvioprog wrote: 2013/5/6 silvioprog mailto:silviop...@gmail.com>> 2013/5/6 Martin mailto:laza...@mfriebe.de>> On 06/05/2013 21:24, silvioprog wrote: 2013/5/6 silvioprog mailto:silviop...@gmail.com>>

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-06 Thread silvioprog
2013/5/6 silvioprog > 2013/5/6 Martin > >> On 06/05/2013 21:24, silvioprog wrote: >> >> 2013/5/6 silvioprog >> >>> 2013/5/6 Martin >>> And: please get a log: http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#Log_info_for_debug_session Oops, I'll do it now, a moment.

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-06 Thread Martin
On 06/05/2013 22:04, silvioprog wrote: 2013/5/6 Martin mailto:laza...@mfriebe.de>> On 06/05/2013 21:50, Martin wrote: On 06/05/2013 21:24, silvioprog wrote: 2013/5/6 silvioprog mailto:silviop...@gmail.com>> 2013/5/6 Martin mailto:laza...@mfriebe.de>> And: ple

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-06 Thread silvioprog
2013/5/6 Martin > On 06/05/2013 21:50, Martin wrote: > > On 06/05/2013 21:24, silvioprog wrote: > > 2013/5/6 silvioprog > >> 2013/5/6 Martin >> >>> And: please get a log: >>> http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#Log_info_for_debug_session >>> >>> Oops, I'll do it now, a mom

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-06 Thread silvioprog
2013/5/6 Martin > On 06/05/2013 21:24, silvioprog wrote: > > 2013/5/6 silvioprog > >> 2013/5/6 Martin >> >>> And: please get a log: >>> http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#Log_info_for_debug_session >>> >>> Oops, I'll do it now, a moment... >> > > The log of my Lazarus on

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-06 Thread Martin
On 06/05/2013 21:50, Martin wrote: On 06/05/2013 21:24, silvioprog wrote: 2013/5/6 silvioprog mailto:silviop...@gmail.com>> 2013/5/6 Martin mailto:laza...@mfriebe.de>> And: please get a log: http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#Log_info_for_debug_session

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-06 Thread Martin
On 06/05/2013 21:24, silvioprog wrote: 2013/5/6 silvioprog mailto:silviop...@gmail.com>> 2013/5/6 Martin mailto:laza...@mfriebe.de>> And: please get a log: http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#Log_info_for_debug_session Oops, I'll do it now, a moment.

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-06 Thread silvioprog
Other information... I'm trying to debug this unit: https://bitbucket.org/silvioprog/tcpipcomp/src/bc7b35a6e92b3ed29f1e3998f911435ad8d81e34/src/tcpipserver.pas?at=master procedure TTcpIpServerSocketThread.Execute; var VSynchronized: Boolean; begin VSynchronized := Assigned(FOwner) and FOwner.

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-06 Thread silvioprog
2013/5/6 silvioprog > 2013/5/6 Martin > >> And: please get a log: >> http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#Log_info_for_debug_session >> >> Oops, I'll do it now, a moment... > The log of my Lazarus on Linux Mint: http://pastebin.com/YyHAuDHX I also tested it on openSUSE, and t

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-06 Thread silvioprog
2013/5/6 Martin > [...] > oh ups it isnt mac. > hehehe... :) > Linux: What version of GDB. > silvioprog@silvioprog-vm ~ $ gdb --version GNU gdb (GDB) 7.5-ubuntu Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later T

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-06 Thread Martin
On 06/05/2013 18:18, Martin wrote: On 06/05/2013 18:13, silvioprog wrote: 2013/5/6 silvioprog mailto:silviop...@gmail.com>> [...] I'm trying to debug this project: https://bitbucket.org/silvioprog/tcpipcomp/src/4ddfe31c5455154c85b746bdf35133f29465bb82/demo/console/server.lpr?at=ma

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-06 Thread Martin
On 06/05/2013 18:13, silvioprog wrote: 2013/5/6 silvioprog mailto:silviop...@gmail.com>> [...] I'm trying to debug this project: https://bitbucket.org/silvioprog/tcpipcomp/src/4ddfe31c5455154c85b746bdf35133f29465bb82/demo/console/server.lpr?at=master Lazarus and Free Pascal in

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-06 Thread silvioprog
2013/5/6 silvioprog > [...] > I'm trying to debug this project: > > > https://bitbucket.org/silvioprog/tcpipcomp/src/4ddfe31c5455154c85b746bdf35133f29465bb82/demo/console/server.lpr?at=master > > Lazarus and Free Pascal installed from GIT via this script: > > http://pastebin.com/2qun0krG > ... a

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-06 Thread silvioprog
2013/5/6 Martin > On 06/05/2013 17:56, silvioprog wrote: > >> Hello, >> >> How to disable this window?: >> >> http://imagebin.org/256679 >> >> There is no global disable. That is no way to prevent it from being > displayed. > > The thing is, it shouldn't be there in first. It only shows, if the

Re: [Lazarus] How to disable the assembler window on Linux?

2013-05-06 Thread Martin
On 06/05/2013 17:56, silvioprog wrote: Hello, How to disable this window?: http://imagebin.org/256679 There is no global disable. That is no way to prevent it from being displayed. The thing is, it shouldn't be there in first. It only shows, if the source can not be found. So the questi

[Lazarus] How to disable the assembler window on Linux?

2013-05-06 Thread silvioprog
Hello, How to disable this window?: http://imagebin.org/256679 Thank you! -- Silvio Clécio My public projects - github.com/silvioprog -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinf