Closed zero-plusplus closed 1 year ago
Similar to #259, except that it targets the caller function.
This command is used to debug method chains.
The current debugger specs state that if you step-out in a method chain, the script will break after all chains have been executed.
Therefore, if you want to break at the desired method, you must place a breakpoint.
However, this command can be used to break at the start of the next method in the method chain.
I am merging this issue here. Therefore, this issue is closed.
Similar to #259, except that it targets the caller function.
This command is used to debug method chains.
The current debugger specs state that if you step-out in a method chain, the script will break after all chains have been executed.
Therefore, if you want to break at the desired method, you must place a breakpoint.
However, this command can be used to break at the start of the next method in the method chain.