Search code examples
trace32lauterbach

How to set a breakpoint to the end of a function in TRACE32?


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 ?


Solution

  • To set breakpoint at the end of the function, you can use g.r command. This command will run the program till the return statement of the function.