pub fn parse_event_packet(data: &[u8]) -> JdwpResult<EventSet>
Parse an event packet from JDWP
Returns a JdwpError if the buffer does not contain enough bytes or is malformed.
JdwpError