Debugging mode

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • SimonZ

    Debugging mode

    When I press debug button in Visual Studio 2005(F5 or green arrow button),
    the project always compile itself, then debbuging starts.

    I would like to know, if it's possible to build just the current page before
    debugging starts and not the whole project?

    It's very time consuming.

    Thanks,Simon





  • Paul Zanbaka

    #2
    RE: Debugging mode

    CTL+F5 start without debugging
    --
    Paul Zanbaka
    Sharepoint Adminstrator and DBA



    "SimonZ" wrote:
    [color=blue]
    > When I press debug button in Visual Studio 2005(F5 or green arrow button),
    > the project always compile itself, then debbuging starts.
    >
    > I would like to know, if it's possible to build just the current page before
    > debugging starts and not the whole project?
    >
    > It's very time consuming.
    >
    > Thanks,Simon
    >
    >
    >
    >
    >
    >[/color]

    Comment

    • DWS

      #3
      RE: Debugging mode

      SimonZ,
      Put the current page in a seperate folder while debugging.

      Good Luck
      DWS


      "SimonZ" wrote:
      [color=blue]
      > When I press debug button in Visual Studio 2005(F5 or green arrow button),
      > the project always compile itself, then debbuging starts.
      >
      > I would like to know, if it's possible to build just the current page before
      > debugging starts and not the whole project?
      >
      > It's very time consuming.
      >
      > Thanks,Simon
      >
      >
      >
      >
      >
      >[/color]

      Comment

      Working...