Visual Studio Development Bookmark and Share   
 index > Visual Studio Extensibility > How to "Enable .NET Framework source stepping" from a macro?
 

How to "Enable .NET Framework source stepping" from a macro?

In the article Options Page, Debugging Node Properties does not described option "Enable .NET Framework source stepping".

How can I set this option from a macro?


Viacheslav Ivanov aka _FRED_
Viacheslav Ivanov  Thursday, October 15, 2009 8:22 AM
Hi, Viacheslav
I have invested your problem. And I use automation to enumerate all the properties in the DTE.Properties collection, but unfortunately I did not find a the Enable Frame source stepping property.
And Please note that not all the properties in option page are visible to the automation(Macros use automation to set the option). So I think this property are designed invisible to the automation by the option page designer.
Thanks
Chao
Chao Kuo  Friday, October 16, 2009 6:05 AM
Hi, Viacheslav
I have invested your problem. And I use automation to enumerate all the properties in the DTE.Properties collection, but unfortunately I did not find a the Enable Frame source stepping property.
And Please note that not all the properties in option page are visible to the automation(Macros use automation to set the option). So I think this property are designed invisible to the automation by the option page designer.
Thanks
Chao
Chao Kuo  Friday, October 16, 2009 6:05 AM
Thanks a lot!


Viacheslav Ivanov aka _FRED_
Viacheslav Ivanov  Friday, October 16, 2009 3:29 PM

You can use google to search for other answers

Custom Search

More Threads

• DSL: Composite Element behaves differently from DSL sample
• Delete command bar
• Accessing projects in a solution
• How to access IDebugCoreServer2 interface from a VS package.
• How to capture a 'Carriage Return' in a windows form ?
• DSL: Domain Property as Element and Hiding Default Value Properties
• How to put hyperlink into output window?
• VS2008: What does devenv.exe /dde FILE.EXT do?
• How to access Silverlight-related properties programmatically?
• How to show/hide toolbar without VisibilityConstraints?