3

I want to set a breakpoint to the end of a function in Lauterbach.

I know that this can be achieved using Break.set sYmbol.EXIT(function_name).

Unfortunately, this isn't working.

Can you indicate another command for this ?

4

2 回答 2

3

要在函数末尾设置断点,可以使用 gr命令。该命令将运行程序直到函数的返回语句。

于 2016-02-05T07:25:16.300 回答
0

你应该使用BREAK.SET sYmbol.END(function_name),我有同样的错误,这修复了它。

于 2021-03-01T13:13:54.833 回答