| 50 | } |
| 51 | |
| 52 | bool testStackFrameFormatLine() |
| 53 | { |
| 54 | dap::StackFrameFormat format; |
| 55 | format.line = true; |
| 56 | return testStackFrameFunctionName(format, "function_name Line: 10"); |
| 57 | } |
| 58 | |
| 59 | int testDebuggerThread(int, char*[]) |
| 60 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…