google-cloud-debugger - Module Google::Cloud::Debugger::Breakpoint::Validator (v0.42.2)

Reference documentation and code samples for the google-cloud-debugger module Google::Cloud::Debugger::Breakpoint::Validator.

Validator

A collection of static methods to help validate a given breakpoint.

Methods

.validate

def self.validate(breakpoint)

Validate a given breakpoint. Set breakpoint to error state if the breakpoint fails validation.

Constants

FILE_NOT_FOUND_MSG

value: "File not found.".freeze

WRONG_FILE_TYPE_MSG

value: "File must be a .rb file.".freeze

INVALID_LINE_MSG

value: "Invalid line.".freeze