[Lazarus] Run Without Debbuging Shift+Ctrl+F9
Martin
lazarus at mfriebe.de
Thu May 5 19:23:29 CEST 2011
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)
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
> -Flávio
>
>
> On Thu, May 5, 2011 at 2:00 PM, Martin<lazarus at 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?
More information about the Lazarus
mailing list