| 182 | } |
| 183 | |
| 184 | json::object DbgController::get_info() const |
| 185 | { |
| 186 | json::object info; |
| 187 | info["type"] = "dbg"; |
| 188 | info["path"] = MAA_NS::path_to_utf8_string(path_); |
| 189 | info["image_count"] = static_cast<int64_t>(image_paths_.size()); |
| 190 | info["image_index"] = static_cast<int64_t>(image_index_); |
| 191 | return info; |
| 192 | } |
| 193 | |
| 194 | MAA_CTRL_UNIT_NS_END |