Is it possible to hide/collapse stack frames, which does not have source code, and correspondingly, are not marked with these blue dots, in Delphi Call Stack?

Just for reference, Visual Studio is able to do this:

In managed code, by default. the Call Stack window hides information for non-user code. The following notation appears instead of the hidden information:

[< External Code>]

http://msdn.microsoft.com/en-us/library/a3694ts5.aspx

Will be nice if solution will work with Delphi XE2.

UPDATE

It can be some 3rd-party expert, or even code using ToolsAPI

有帮助吗?

解决方案

To the very best of my knowledge, the Delphi IDE has no equivalent to the VS feature you describe.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top