SYNOPSIS
use Vim::Debug::Client;
Vim::Debug::Client->connect();
DESCRIPTION
This module implements a Vim::Debug client. The client communicates with the Vim::Debug::Daemon. It's probably only useful for testing.
use Vim::Debug::Client;
Vim::Debug::Client->connect();
This module implements a Vim::Debug client. The client communicates with the Vim::Debug::Daemon. It's probably only useful for testing.