In Visual Studio, how do I debug a project without building it

后端 未结 6 1490
忘掉有多难
忘掉有多难 2021-02-05 02:51

This is for Visual Studio 2008.

I have Tools|Projects and Solutions|Build and Run|On Run, when projects are out of date set to Always build bec

6条回答
  •  一整个雨季
    2021-02-05 03:16

    What I do is: Set a System.Diagnostics.Debugger.Launch() line in the code, run the program seperately, attach the debugger in VS.

提交回复
热议问题