On Thu, May 5, 2011 at 2:23 PM, Martin <[email protected]> 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 ;-) Best regards, Flávio -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
