Presentation is loading. Please wait.

Presentation is loading. Please wait.

F5 Debugging Live debugging from Visual Studio, unit tests, and other developer experiences Production Debugging Collection on production systems.

Similar presentations


Presentation on theme: "F5 Debugging Live debugging from Visual Studio, unit tests, and other developer experiences Production Debugging Collection on production systems."— Presentation transcript:

1

2

3

4

5

6 F5 Debugging Live debugging from Visual Studio, unit tests, and other developer experiences Production Debugging Collection on production systems for later analysis on a development machine

7

8 Low impact Interesting runtime events are collected Low overhead if collecting low-frequency events High impact Every method call is collected Up to 10x potential slowdown Configure for specific modules only to reduce impact

9

10 void ReadTweets(string account) { var tweets = GetTweets(account); int count = 3; for (int i = 0; i < count; ++i) DisplayTweet(tweets[i]); }

11

12

13 The only practical way to debug long-standing issues in cloud applications Works with all kinds of Cloud Services (Web/Worker Role)

14

15 gc Full collection...... System.GC Collect Garbage collection forced by the app...

16

17

18

19 www.microsoft.com/learning http://developer.microsoft.com http://microsoft.com/technet http://channel9.msdn.com/Events/TechEd

20

21

22

23


Download ppt "F5 Debugging Live debugging from Visual Studio, unit tests, and other developer experiences Production Debugging Collection on production systems."

Similar presentations


Ads by Google