isAttach property

bool isAttach
getter/setter pair

Whether the current debug session is an attach request (as opposed to a launch request). Only set during attachRequest so will always be false prior to that.

Implementation

bool isAttach = false;