Reader small image

You're reading from  Team Foundation Server 2015 Customization

Product typeBook
Published inOct 2015
Publisher
ISBN-139781785888199
Edition1st Edition
Concepts
Right arrow
Author (1)
Gordon Beeming
Gordon Beeming
author image
Gordon Beeming

Gordon Beeming is an energetic and passionate person who always strives to find ways to increase and improve the productivity and friendliness of the systems he works with. He is currently a software developer and does all kinds of TFS administration, customization, and exploring as a sort of a hobby. He is part of the ALM Rangers family and has also been awarded an Microsoft ALM MVP for the past 2 years. Gordon currently works for Derivco, which is a very unique company to work for and is based in Durban, South Africa. He has a published book to his credit, called Team Foundation Server 2013 Customization (http://bit.ly/MX0yVb). Also, as part of the ALM Rangers, he has a book to his credit, called Managing Agile Open-Source Software Projects with Microsoft Visual Studio Online (http://bit.ly/1Pppi4g). You can find him mainly on Twitter using the handle @GordonBeeming, and he occasionally posts blogs at http://binary-stuff.com/.
Read more about Gordon Beeming

Right arrow

Debugging server plugins


In order to debug server plugins, you will need to make sure that there are remote debugging tools installed on the TFS Application Tier. You can read more about remote debugging at https://msdn.microsoft.com/en-us/library/y7f5zaaa(v=vs.140).aspx. If you have TFS installed locally—which is best practice because then changing the binaries does not impact other users—then you won't require remote tools.

Note

It is strongly advised that you do not attach to a production TFS Application Tier, as you will be blocked of requests while you debug and will also be adding extra overhead to the server while debugging.

If TFS is on the same machine as you are running Visual Studio on, then you must be running Visual Studio as Administrator in order to debug a site in IIS. Open the Debug menu and then click on Attach to process..., as shown here:

Figure 5: Visual Studio – Attach to Process

This will open up the Attach to process dialog, as shown in the following screenshot:

Figure...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Team Foundation Server 2015 Customization
Published in: Oct 2015Publisher: ISBN-13: 9781785888199

Author (1)

author image
Gordon Beeming

Gordon Beeming is an energetic and passionate person who always strives to find ways to increase and improve the productivity and friendliness of the systems he works with. He is currently a software developer and does all kinds of TFS administration, customization, and exploring as a sort of a hobby. He is part of the ALM Rangers family and has also been awarded an Microsoft ALM MVP for the past 2 years. Gordon currently works for Derivco, which is a very unique company to work for and is based in Durban, South Africa. He has a published book to his credit, called Team Foundation Server 2013 Customization (http://bit.ly/MX0yVb). Also, as part of the ALM Rangers, he has a book to his credit, called Managing Agile Open-Source Software Projects with Microsoft Visual Studio Online (http://bit.ly/1Pppi4g). You can find him mainly on Twitter using the handle @GordonBeeming, and he occasionally posts blogs at http://binary-stuff.com/.
Read more about Gordon Beeming