Can I enable "Find Declaration" whilst debugging in Delphi 7

227 Views Asked by At

At my office we are using Delphi 7.
I notice that in Delphi the "Find Declaration" option doesn't appear in the context menu whilst debugging.
When I forcably invoke the method (by extending the IDE) I receive the exception "Browser is not available while debugging" in "TBrowser.EnsureBrowserSymbols" (in delphipro70.bpl).
Is there a way to make this function available whilst debugging? Perhaps through an extension or a configuration option I am missing?
I am currently having to grep search my entire solution each time.

Thanks for your help.

0

There are 0 best solutions below