Welcome to MSDN Blogs Sign in | Join | Help

Sara Ford's Weblog

My adventures embracing open source on CodePlex and at Microsoft

News

    • Did you know... All author proceeds go directly to sending Hurricane Katrina survivors to college.

      Microsoft Visual Studio Tips book

      Recent Entries

Did you know… You can use IntelliSense to verify your breakpoint name in the New Breakpoint window - #264

In the New Breakpoint window, there’s a checkbox “Use IntelliSense to verify the function name.”  Just as you would expect, this does a sanity check to ensure the function name is valid in your project.

Use IntelliSense to verify method name option

For example, if the function name doesn’t match an overload, you’ll get prompted to choose which method you really meant.

Choose Breakpoints window

Or if the function doesn’t exist,

image 

Now, let’s say you don’t need its help and uncheck the option.  In the case above, a breakpoint will be inserted in all overloads for the function.  Or if you type in a function that doesn’t exist, it won’t get inserted into the code, but will get created in the Breakpoints window.

Breakpoints window showing a breakpoint that wasn't inserted in the file.

Technorati Tags: ,
Posted: Tuesday, July 22, 2008 3:00 AM by saraford

Comments

真见 said:

1.C#4.0的4个新特性。2.Webgrid控件开源了。3.获取WebSiteImage.5.微软的在线文件存储(强烈推荐)。WindowsLiveSkyD...

# July 25, 2008 2:30 AM

真见 said:

今天看到的文章都不错,所以花了一个中午的休息时间整理出来共享。。

# July 25, 2008 2:33 AM

cnblogs.com said:

1. C#4.0的4个新特性。 2. Webgrid控件开源了。 3. 获取WebSite Image. 5.微软的在线文件存储( 强烈推荐 )。 Windows Live SkyDrive ====>5

# July 25, 2008 3:01 AM
New Comments to this post are disabled
Page view tracker