When you are at a break-point, is there an equivalent of "up" and "down" in gdb so you can navigate through call stack and access variable values out of current scope.
2 ビュー (過去 30 日間)
古いコメントを表示
When you are at a breakpoint, is there a MATLAB equivalence of "up" and "down" in gdb so you can navigate through call stack and access variable values out of the current scope.
0 件のコメント
採用された回答
Steven Lord
2017 年 7 月 31 日
Yes. In the list of debugging commands see dbup and dbdown. There is also a drop-down in the Debug section of the Editor tab of the Toolstrip that lets you jump to a specific workspace, in case the stack contains many function call workspaces.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Enterprise Deployment with MATLAB Production Server についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!