debug_from_device_specification

Function debug_from_device_specification 

Source
pub fn debug_from_device_specification<'a>(
    symbol_table: &SymbolTable,
    instructions: &Vec<SymbolicInstructionInfo<'a>>,
    device_specification: DeviceSpecification,
) -> Result<bool, DebuggerError>