Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Did you get this figured out? In short, make sure that you have the framework built in debug mode and those debug assemblies added to the GAC. Once this is done, you can put a break point prior to executing a search or open up the BrowseDialogWindow source file and put a break point on the ExecuteSearch method from within the VS IDE you are executing your test program. It will then break when this line of code is hit just as though it were part of your application.
|