Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-06 Thread Graeme Geldenhuys
On 05/05/2011 19:15, Flávio Etrusco wrote: Second biggest issue is nor git-gui nor smartgit want to let me create a patch from the revision :-/ Guess I'll have to go the cmdline way :-$ Makes no sense, but the follow should work:

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-06 Thread Martin
On 05/05/2011 22:43, Flávio Etrusco wrote: Does no debugger behave this way? Actually I don't think Delphi behaved like that, i guess it simply launched the application (maybe it deserves a new name if we go this route ;-) We're not creating delphi ! I don't think we need a 2nd way of running

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-05 Thread Martin
On 04/05/2011 12:07, silvioprog wrote: Sorry for my long time in off. So, Run Without Debbuging will be implemented in Lazarus? If someone sends a patch... Otherwise I would currently say it's on the far end of the list of things that are to be done --

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-05 Thread Flávio Etrusco
I was in the in middle of reply saying that I've just written a patch :-) The biggest issue is I just implemented the command directly in main.pas using a TProcess, don't whther it's the right approach. Second biggest issue is nor git-gui nor smartgit want to let me create a patch from the

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-05 Thread Flávio Etrusco
On Thu, May 5, 2011 at 2:00 PM, Martin laza...@mfriebe.de wrote: On 04/05/2011 12:07, silvioprog wrote: Sorry for my long time in off. So, Run Without Debbuging will be implemented in Lazarus? If someone sends a patch... Otherwise I would currently say it's on the far end of the list

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-05 Thread Martin
On 05/05/2011 18:15, Flávio Etrusco wrote: I was in the in middle of reply saying that I've just written a patch :-) The biggest issue is I just implemented the command directly in main.pas using a TProcess, don't whther it's the right approach. Second biggest issue is nor git-gui nor smartgit

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-05 Thread Flávio Etrusco
On Thu, May 5, 2011 at 2:23 PM, Martin laza...@mfriebe.de wrote: On 05/05/2011 18:15, Flávio Etrusco wrote: I was in the in middle of reply saying that I've just written a patch :-) The biggest issue is I just implemented the command directly in main.pas using a TProcess, don't whther it's

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-05 Thread silvioprog
Em 5 de maio de 2011 14:20, Flávio Etrusco flavio.etru...@gmail.com escreveu: http://bugs.freepascal.org/view.php?id=19296 -Flávio Thanks to all. I am following this issue. ;) -- Silvio Clécio = Blog - silvioprog.com.br Twitter -

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-05 Thread Marc Weustink
Flávio Etrusco wrote: On Thu, May 5, 2011 at 2:23 PM, Martinlaza...@mfriebe.de wrote: On 05/05/2011 18:15, Flávio Etrusco wrote: I was in the in middle of reply saying that I've just written a patch :-) The biggest issue is I just implemented the command directly in main.pas using a

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-05 Thread Martin
On 05/05/2011 18:48, Marc Weustink wrote: Flávio Etrusco wrote: Does no debugger behave this way? Actually I don't think Delphi behaved like that, i guess it simply launched the application (maybe it deserves a new name if we go this route ;-) We're not creating delphi ! I don't think we

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-05 Thread Flávio Etrusco
Does no debugger behave this way? Actually I don't think Delphi behaved like that, i guess it simply launched the application (maybe it deserves a new name if we go this route ;-) We're not creating delphi ! I don't think we need a 2nd way of running processes. The ide still needs the

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-04 Thread silvioprog
Sorry for my long time in off. So, Run Without Debbuging will be implemented in Lazarus? Thanks. -- Silvio Clécio = Blog - silvioprog.com.br Twitter - twitter.com/silvioprog LazSolutions - code.google.com/p/lazsolutions Lazarus-BR -

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-03 Thread Martin
On 03/05/2011 00:43, Flávio Etrusco wrote: On Mon, May 2, 2011 at 8:14 PM, Martinlaza...@mfriebe.de wrote: On 02/05/2011 23:19, Flávio Etrusco wrote: On Wed, Apr 27, 2011 at 4:33 PM, silvioprogsilviop...@gmail.comwrote: Hi, The Lazarus IDE has the option Run Without Debbuging

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-03 Thread Paul Ishenin
03.05.2011 17:05, Martin wrote: just noticed. breakpoint conditions are broken at the moment... Do you mean they ever worked before? Best regards, Paul Ishenin -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-03 Thread Martin
On 03/05/2011 10:18, Paul Ishenin wrote: 03.05.2011 17:05, Martin wrote: just noticed. breakpoint conditions are broken at the moment... Do you mean they ever worked before? yes, so long as if you put in a gdb-ish expression that is the IDE does not (or not correctly) translate. There is

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-03 Thread Martin
On 03/05/2011 10:05, Martin wrote: On 03/05/2011 00:43, Flávio Etrusco wrote: Thanks. I knew this, however. I happen to have some already disabled breakpoints too that I want to keep that way later. I guess you already tried debugging the AutoAlign code? ;-) Nope, but I did debug lot's of

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-03 Thread Martin
On 03/05/2011 10:18, Paul Ishenin wrote: 03.05.2011 17:05, Martin wrote: just noticed. breakpoint conditions are broken at the moment... Do you mean they ever worked before? What does not yet work, are breakpoint groups, and enbling/disabling breakpoints, depending on other breakpoints

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-02 Thread Flávio Etrusco
On Wed, Apr 27, 2011 at 4:33 PM, silvioprog silviop...@gmail.com wrote: Hi, The Lazarus IDE has the option Run Without Debbuging (Shift+Ctrl+F9)? Delphi(7) has this option, see: http://imagebin.org/150467 Thx, -- Silvio Clécio This is also in my to-do list. Sometimes I have lots of

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-02 Thread Martin
On 02/05/2011 23:19, Flávio Etrusco wrote: On Wed, Apr 27, 2011 at 4:33 PM, silvioprogsilviop...@gmail.com wrote: Hi, The Lazarus IDE has the option Run Without Debbuging (Shift+Ctrl+F9)? Delphi(7) has this option, see: http://imagebin.org/150467 Thx, -- Silvio Clécio This is also in my

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-02 Thread Flávio Etrusco
On Mon, May 2, 2011 at 8:14 PM, Martin laza...@mfriebe.de wrote: On 02/05/2011 23:19, Flávio Etrusco wrote: On Wed, Apr 27, 2011 at 4:33 PM, silvioprogsilviop...@gmail.com  wrote: Hi, The Lazarus IDE has the option Run Without Debbuging (Shift+Ctrl+F9)? Delphi(7) has this option, see:

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-01 Thread Martin
On 01/05/2011 09:43, Bernd wrote: 2011/5/1 Hans-Peter Diettrichdrdiettri...@aol.com: What's the problem with running in the debugger? When running without debugger it will run the program in an xterm and I can see my debugging output on stdout in realtime. When running with the debugger

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-01 Thread Bernd
2011/5/1 Martin laza...@mfriebe.de: SVN has a console output window (linux only) that displays the output of your app I just tried it. It almost works but it still has some flaws: * there is no option to clear it, with every new run it will scroll to the top but append the new text at the

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-01 Thread Bernd
2011/5/1 Bernd prof7...@googlemail.com: * there is no option to clear it, with every new run it will scroll to the top but append the new text at the bottom * there is no scrollbar * it should use a fixed width font (some applications might output formatted text) * and there should be an

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-01 Thread Bernd
2011/5/1 Bernd prof7...@googlemail.com: * and there should be an option to make it open automatically when the program is run... or better yet: whenever some output appears on stdout (or stderr), otherwise not. -- ___ Lazarus mailing list

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-01 Thread Sven Barth
On 01.05.2011 12:44, Bernd wrote: 2011/5/1 Berndprof7...@googlemail.com: * there is no option to clear it, with every new run it will scroll to the top but append the new text at the bottom * there is no scrollbar * it should use a fixed width font (some applications might output formatted

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-01 Thread Martin
On 01/05/2011 12:47, Sven Barth wrote: On 01.05.2011 12:44, Bernd wrote: 2011/5/1 Berndprof7...@googlemail.com: * there is no option to clear it, with every new run it will scroll to the top but append the new text at the bottom * there is no scrollbar * it should use a fixed width font (some

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-01 Thread Bernd
2011/5/1 Sven Barth pascaldra...@googlemail.com: You need to open a terminal with the settings of your choice and Lazarus just tells GDB to redirect the output of the debugged process to that window. Lazarus has basically no way of knowing what your preffered shell looks like (as there are

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-01 Thread Sven Barth
On 01.05.2011 14:53, Bernd wrote: 2011/5/1 Sven Barthpascaldra...@googlemail.com: You need to open a terminal with the settings of your choice and Lazarus just tells GDB to redirect the output of the debugged process to that window. Lazarus has basically no way of knowing what your preffered

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-05-01 Thread Martin
On 01/05/2011 11:40, Bernd wrote: 2011/5/1 Martinlaza...@mfriebe.de: SVN has a console output window (linux only) that displays the output of your app I just tried it. It almost works but it still has some flaws: * there is no option to clear it, with every new run it will scroll to the top

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-04-30 Thread Bernd
2011/4/27 silvioprog silviop...@gmail.com: Delphi(7) has this option, see: http://imagebin.org/150467 +1 from me I would like such an option. I permanently find myself switching on and off the debugger in the options dialog. This is very cumbersome. A separate run command in the menu and in

Re: [Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-04-30 Thread Hans-Peter Diettrich
Bernd schrieb: 2011/4/27 silvioprog silviop...@gmail.com: Delphi(7) has this option, see: http://imagebin.org/150467 +1 from me I would like such an option. I permanently find myself switching on and off the debugger in the options dialog. This is very cumbersome. A separate run command in

[Lazarus] Run Without Debbuging Shift+Ctrl+F9

2011-04-27 Thread silvioprog
Hi, The Lazarus IDE has the option Run Without Debbuging (Shift+Ctrl+F9)? Delphi(7) has this option, see: http://imagebin.org/150467 Thx, -- Silvio Clécio = Blog - silvioprog.com.br Twitter - twitter.com/silvioprog LazSolutions -