<div dir="ltr">Hi,<div><br></div><div>I call SBFrame.name to get function name and display in our debugger callstack window. However, this seems to include arguments types sometimes.(Btw: why it includes arguments types for subFunction but not main() in screenshot?)</div><div><br></div><div><img src="cid:ii_1543a8e360bf9d7f" alt="Inline image 1" width="496" height="90"><br></div><div><br></div><div>This is fine for small function, but can be really long if the function has a lot of arguments and the arguments are of template type.</div><div><br></div><div>Is there any way to only get the function name without arguments types?</div><div><br></div><div>I have tried "<span style="color:rgb(55,62,77);font-family:helvetica,arial,sans-serif;font-size:12px;line-height:15.36px;white-space:pre-wrap;background-color:rgb(224,237,255)">"settings set frame-format [..]" </span>" which seems to only apply to "bt" command. </div><div>I have tried <a href="http://SBFrame.function.name">SBFrame.function.name</a> the same result.</div><div><br></div><div>Did I miss anything?</div><div>Jeffrey</div></div>