Just my code This feature tells the debugger to only step through the code you’ve been writing yourself and ignore frameworks and other code. The system is doing this by looking at open projects,
.pbd files and program optimisations. For .Net Framework, this came before VS 2013, but what’s new now is that it’s available for C++ and JavaScript as well. To enable or disable Just My Code, open Debug -> Options and Settings-> General and change the value of Enable Just My Code.
happy coding :)

Sompal AryaPosted Feb 19, 2014, 6:40 AM
Thanks Biswa
Biswa Pujarini MohapatraPosted Feb 19, 2014, 5:42 AM
@Sompal This is a new feature in VS 2013 which you can just debug your code , to enable this feature you need to do above settings
Praneet NadkarPosted Feb 19, 2014, 4:31 AM
Thanks for sharing this
Sompal AryaPosted Feb 19, 2014, 2:30 AM
i do not get it,anybody explain it
Biswa Pujarini MohapatraPosted Feb 18, 2014, 7:55 PM
Thanks Mahesh, I will try to modify it ??
Biswa Pujarini MohapatraPosted Feb 18, 2014, 7:55 PM
Thanks Lakshmanan
Mahesh ChandPosted Feb 18, 2014, 3:40 PM
Nice. But I think it should be posted in Visual Studio 2013 section :) Cheers
Lakshmanan Sethu SankaranarayanPosted Feb 18, 2014, 8:34 AM
Thanks for sharing..