Sign In
Sara Ford's Weblog
My adventures embracing open source on CodePlex and at Microsoft
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Accessibility
Agile
Book
CodePlex
CodePlex Tips
CodePlex Weekly Tips
Editor
Extensions
Hurricane Katrina and Waveland
Hurricane Katrina and Waveland, MS
Karate
Miscellaneous
MS
Pages
PDC 2008
Personal
Power Toys as Shared Source @ Microsoft
Software Testing
Visual Studio 2005 Tip of the Week
Visual Studio 2008 Tip of the Day
Visual Studio 2008 ワンポイント
Visual Studio 2010 Extension of the Week
VS Window Docking
Whidbey VS Settings
Windows Phone
Archive
Archives
October 2010
(2)
September 2010
(10)
August 2010
(3)
June 2010
(4)
May 2010
(2)
April 2010
(2)
March 2010
(8)
February 2010
(5)
January 2010
(4)
December 2009
(1)
October 2009
(1)
September 2009
(3)
August 2009
(3)
July 2009
(8)
June 2009
(6)
May 2009
(19)
April 2009
(24)
March 2009
(10)
February 2009
(2)
January 2009
(3)
December 2008
(17)
November 2008
(21)
October 2008
(30)
September 2008
(28)
August 2008
(24)
July 2008
(25)
June 2008
(26)
May 2008
(26)
April 2008
(29)
March 2008
(24)
February 2008
(26)
January 2008
(34)
December 2007
(24)
November 2007
(27)
October 2007
(26)
September 2007
(25)
August 2007
(26)
July 2007
(7)
June 2007
(1)
May 2007
(8)
April 2007
(3)
March 2007
(6)
February 2007
(2)
January 2007
(5)
December 2006
(5)
October 2006
(10)
September 2006
(1)
August 2006
(5)
July 2006
(9)
June 2006
(13)
May 2006
(11)
April 2006
(5)
March 2006
(7)
February 2006
(7)
January 2006
(11)
December 2005
(3)
November 2005
(12)
October 2005
(26)
September 2005
(29)
August 2005
(20)
July 2005
(10)
June 2005
(27)
May 2005
(24)
April 2005
(27)
March 2005
(15)
February 2005
(6)
January 2005
(13)
December 2004
(9)
November 2004
(7)
October 2004
(4)
September 2004
(7)
August 2004
(9)
July 2004
(1)
June 2004
(11)
May 2004
(14)
April 2004
(14)
March 2004
(8)
February 2004
(3)
January 2004
(12)
August, 2008
MSDN Blogs
>
Sara Ford's Weblog
>
August, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Sara Ford's Weblog
Did you know… How to load only specified symbols when you want to? - #302
Posted
over 4 years ago
by
saraford
2
Comments
Continuing with yesterday’s tip, there’s another option to configure when and how symbols are loaded. This blog post has moved to http://saraford.net/2008/08/29/did-you-know-how-to-load-only-specified-symbols-when-you-want-to-302/
Sara Ford's Weblog
Did you know… You can cache symbols locally to disk? - #301
Posted
over 4 years ago
by
saraford
5
Comments
Under Tools – Options – Debugging – Symbols, there’s this checkbox This blog post has moved to http://saraford.net/2008/08/28/did-you-know-you-can-cache-symbols-locally-to-disk-301/
Sara Ford's Weblog
Did you know… How to delay loading symbols? and it’s Go Sara Go time - #300
Posted
over 4 years ago
by
saraford
47
Comments
Yesterday’s tip discussed how to load symbols via the Modules window. There’s another way to load symbols via Tools – Options. This blog post has moved to http://saraford.net/2008/08/27/did-you-know%e2%80%a6-how-to-delay-loading-symbols...
Sara Ford's Weblog
Did you know… How to load symbols from the Modules window? - #299
Posted
over 4 years ago
by
saraford
5
Comments
When you use Tools – Attach to Process, you’ll see This blog post has moved to http://saraford.net/2008/08/26/did-you-know-how-to-load-symbols-from-the-modules-window-299/
Sara Ford's Weblog
Did you know… How to hide or show the Script Debugging Disabled warning message? - #298
Posted
over 4 years ago
by
saraford
3
Comments
Internet Explorer has an option to disable script debugging. This blog post has moved to http://saraford.net/2008/08/25/did-you-know-how-to-hide-or-show-the-script-debugging-disabled-warning-message-298/
Sara Ford's Weblog
Did you know… How to show or hide the “No Debugging Information” warning? - #297
Posted
over 4 years ago
by
saraford
2
Comments
If you try to debug an application that you do not have symbols for, or if you’ve disabled the option “” you get This blog post has moved to http://saraford.net/2008/08/22/did-you-know-how-to-show-or-hide-the-no-debugging-information...
Sara Ford's Weblog
Did you know… You can debug an executable that isn’t a part of a Visual Studio project without using Tools – Attach to Process? - #296
Posted
over 4 years ago
by
saraford
13
Comments
And yet another, “I would have never thought to do that” feature in Visual Studio. This blog post has moved to http://saraford.net/2008/08/21/did-you-know-you-can-debug-an-executable-that-isnt-a-part-of-a-visual-studio-project-without-using...
Sara Ford's Weblog
Did you know… How to debug your optimized code? - #295
Posted
over 4 years ago
by
saraford
3
Comments
I kinda gave a sneak peek at this option in Tip #290 , This blog post has moved to http://saraford.net/2008/08/20/did-you-know-how-to-debug-your-optimized-code-295/
Sara Ford's Weblog
Did you know… How to disable the “the source file is different from when the module was built” warning dialog - #294
Posted
over 4 years ago
by
saraford
3
Comments
Sometimes you have different source code files from the version that built your code. this blog post has moved to http://saraford.net/2008/08/19/did-you-know-how-to-disable-the-the-source-file-is-different-from-when-the-module-was-built-warning-dialog...
Sara Ford's Weblog
Southern United States Speaking Tour – 7 cities in 6 days
Posted
over 4 years ago
by
saraford
8
Comments
Back in late April, before I started on the book, before I started on the TechEd breakout session, and way before I even thought to start on the OSCON talk (in other words, before I realized I would not be sleeping this summer) I wanted to do something...
Sara Ford's Weblog
Did you know… How to highlight the entire source code line when either the a breakpoint is set or the line is the current statement - #293
Posted
over 4 years ago
by
saraford
5
Comments
Hooray!!! A tip that’s more IDE-centric than debugger-centric! This blog post has moved to http://saraford.net/2008/08/18/did-you-know-how-to-highlight-the-entire-source-code-line-when-either-the-a-breakpoint-is-set-or-the-line-is-the-current...
Sara Ford's Weblog
Did you know… Why you may want to enable source server support? - #292
Posted
over 4 years ago
by
saraford
6
Comments
Continuing down the list of Tools – Options – Debugging – General settings, This blog post has moved to http://saraford.net/2008/08/15/did-you-know-why-you-may-want-to-enable-source-server-support-292/
Sara Ford's Weblog
Did you know… What warning message is suppressed by the Warn If No User Code On Launch option? - #291
Posted
over 4 years ago
by
saraford
2
Comments
Continuing the discussion around Just My Code, you may have noticed This blog post has moved to http://saraford.net/2008/08/14/did-you-know%e2%80%a6-what-warning-message-is-suppressed-by-the-warn-if-no-user-code-on-launch-option-%e2%80%93-291/
Sara Ford's Weblog
Did you know… How to optimize your code for a build? - #290
Posted
over 4 years ago
by
saraford
8
Comments
in yesterday’s tip , i explained what is and isn’t your code. One of the ways to make your code not yours (okay, it’s technically non-user code, i’m having way too much fun on this play on words) is to optimize it. This blog...
Sara Ford's Weblog
Did you know… what is just your code? - #289
Posted
over 4 years ago
by
saraford
4
Comments
Under Tools – Options – Debugging – General, you’ll see the option This blog post has moved to http://saraford.net/2008/08/12/did-you-know-what-is-just-your-code-289/
Sara Ford's Weblog
Microsoft Visual Studio Tips Book Helps Hurricane Katrina Survivors Rebuild Lives
Posted
over 4 years ago
by
saraford
46
Comments
I am very proud to announce the Amazon pre-sale of my first book Microsoft Visual Studio Tips . Here you’ll find This blog post has moved to http://saraford.net/2008/08/11/microsoft-visual-studio-tips-book-helps-hurricane-katrina-survivors-rebuild...
Sara Ford's Weblog
Did you know… How to show External code? - #288
Posted
over 4 years ago
by
saraford
2
Comments
You may have noticed from time to time the [External Code] appear in the call stack. This blog post has moved to http://saraford.net/2008/08/11/did-you-know-how-to-show-external-code-288/
Sara Ford's Weblog
Did you know… What unwinding the call stack on unhandled exceptions does? - #277
Posted
over 4 years ago
by
saraford
3
Comments
Under Tools – Options – Debugging – General, after you’ve chosen to enabled the exception assistant, This blog post has moved to http://saraford.net/2008/08/08/did-you-know-what-unwinding-the-call-stack-on-unhandled-exceptions...
Sara Ford's Weblog
Top 5 Myths and Facts about CodePlex
Posted
over 4 years ago
by
saraford
2
Comments
Yesterday was an incredibly fun day for me. This blog post has moved to http://saraford.net/2008/08/07/top-5-myths-and-facts-about-codeplex/
Sara Ford's Weblog
Did you know… you can copy the exception details with one click from the exception assistant? - #276
Posted
over 4 years ago
by
saraford
1
Comments
Under the View Details is a link to copy the detail directly to the clipboard, as shown below: This blog post has moved to http://saraford.net/2008/08/07/did-you-know-you-can-copy-the-exception-details-with-one-click-from-the-exception-assistant-276...
Sara Ford's Weblog
Did you know… You can examine the exception object from the exception assistant? - #275
Posted
over 4 years ago
by
saraford
4
Comments
There are a few options on the exception assistant that allow you to example what happened. This blog post has moved to http://saraford.net/2008/08/06/did-you-know-you-can-examine-the-exception-object-from-the-exception-assistant-275/
Sara Ford's Weblog
Did you know… You can disable the Exception Assistant? - #274
Posted
over 4 years ago
by
saraford
9
Comments
The exception assistant is the piece of UI that pops up whenever you hit an exception. This blog post has moved to http://saraford.net/2008/08/05/did-you-know-you-can-disable-the-exception-assistant-274/
Sara Ford's Weblog
Did you know… You can use Breakpoint Filters to break the right process - #273
Posted
over 4 years ago
by
saraford
10
Comments
Conditional breakpoints are for breaking at the expression level, when a particular condition is This blog post has moved to http://saraford.net/2008/08/04/did-you-know-you-can-use-breakpoint-filters-to-break-the-right-process-273/
Sara Ford's Weblog
Did you know… How to show the disassembly automatically or not at all? - #272
Posted
over 4 years ago
by
saraford
6
Comments
Under Tools – Options – Debugging – General, there’s an option to This blog post has moved to http://saraford.net/2008/08/01/did-you-know-how-to-show-the-disassembly-automatically-or-not-at-all-272/
Page 1 of 1 (24 items)