struct ZxdbTerminateRequest

Defined at line 21 of file ../../src/developer/debug/zxdb/debug_adapter/handlers/request_terminate.h

Custom ZxdbTerminateRequest to support targeting a specific process.

Since zxdb can attach to multiple processes at the same time, we explicitly

require the user to specify the target process KOID. Standard TerminateRequest

(without KOID) is not supported. So far, we haven't found any existing IDE

extension that uses this command.

Public Members

optional koid