[Lazarus] Run Without Debbuging Shift+Ctrl+F9
Marc Weustink
marc.weustink at cuperus.nl
Thu May 5 19:48:03 CEST 2011
Flávio Etrusco wrote:
> On Thu, May 5, 2011 at 2:23 PM, Martin<lazarus at 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 the right approach.
>>> 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
>>> :-$
>>
>> probably best to look at the current debugger=none implementation
>> (TProcessDebugger, yes it is no debugger, yet the name)
>>
>
> Oops, of course. I was going to look into that and got distracted :-$
> It was late night ;-)
>
>> Afterall, the IDE needs to know when the process starts, and stops. so it
>> can update run and stop buttons.
>> It also need the capabilities, of such a run session, so it does not offer
>> pause, or single stepping
>>
>
> 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 info.
Marc
More information about the Lazarus
mailing list