GdbMiVariable.delete_

MiPendingCommand delete_() @trusted

Deletes this variable object.

Returns

A pending command for -var-delete.

Example:

v.delete_().wait();