| 674 | ssw << ")\n"; |
| 675 | } |
| 676 | virtual void onArgument ( FuncInfo * info, int i, VarInfo * field, vec4f arg ) override { |
| 677 | ssw << "\t" << info->fields[i]->name |
| 678 | << ": " << debug_type(field) |
| 679 | << " = \t" << debug_value(arg, field, PrintFlags::stackwalker) << "\n"; |
| 680 | } |
| 681 | virtual void onBeforeVariables ( ) override { |
| 682 | ssw << "--> local variables\n"; |
| 683 | } |
nothing calls this directly
no test coverage detected