Sha256: aa3ea6f9d0f0ad70c327ed71e7d0b1d383dc51a6984775b0fde825f12cb3fd3a

Contents?: true

Size: 401 Bytes

Versions: 1

Compression:

Stored size: 401 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

# Add the debug server into the load path
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), 'lib'))

require 'puppet_debugserver'

PuppetDebugServer.init_puppet(PuppetDebugServer::CommandLineParser.parse(ARGV))
rpc_thread = PuppetDebugServer.rpc_server_async(PuppetDebugServer::CommandLineParser.parse(ARGV))
PuppetDebugServer.execute(rpc_thread)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
puppet-editor-services-2.0.4 puppet-debugserver