Peter, i fail to see the confusion, you actually confused me .... i
was thinking "did i really miss this obvious thing ?"
but no.....

when you press F5 it also runs the project,
right now, i am modifying chrome to learn how it works, and it is very
useful to compile sources
while you modify other parts, so you save a lot of time
if you hit F5 , you will be prompted by the option to run time and
again
this is actually not good at all....

in fact, i did not try it, but i think F5 will run it even if you are
still modifying the code
and will then confuse the source and debug info, but i did not try it


On May 23, 6:58 am, Peter Kasting <[email protected]> wrote:
> On Fri, May 22, 2009 at 8:06 PM, nakro <[email protected]> wrote:
> >    Sub BuildStartupProject()
> >        Dim sb As SolutionBuild = DTE.Solution.SolutionBuild
> >        Dim projName As String = sb.StartupProjects(0)
> >        sb.BuildProject(sb.ActiveConfiguration.Name, projName, False)
> >    End Sub
>
> > just bind it to F7 and you are rid of the nightmare of who gets
> > compiled
>
> I'm confused.  Does this do something different than what F5 does by default
> (build the startup project and any dependencies, and run it)?
>
> PK
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to