Sean Reid
Sean Reid

Reputation: 921

Permanently enable just my code

I'm using visual studio 2010, and every time I open it, "just my code" under tools->options->debugging is disabled. Does anyone know how to permanently enable this?

I have the following extensions enabled if this makes any difference:

.NET reflector visual studio extension; NuGet package manager; process template editor; productivity power tools; specflow; WITDesigner

Upvotes: 19

Views: 2234

Answers (1)

Sean Reid
Sean Reid

Reputation: 921

After some further digging around on google, it turns out that this is cause by the .NET reflector plugin. After disabling reflector, just my code remains enabled when VS is closed and opened.

Upvotes: 31

Related Questions