| 42 | } |
| 43 | |
| 44 | bool testStackFrameFormatParameterValues() |
| 45 | { |
| 46 | dap::StackFrameFormat format; |
| 47 | format.parameters = true; |
| 48 | format.parameterValues = true; |
| 49 | return testStackFrameFunctionName(format, "function_name(arg)"); |
| 50 | } |
| 51 | |
| 52 | bool testStackFrameFormatLine() |
| 53 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…