Camelcade / Devel-Camelcadedb

Perl module for debugging with Perl5 plugin for IntelliJ
Other
23 stars 9 forks source link

Can't locate Devel/Camelcadedb.pm #37

Closed aldabrada closed 5 years ago

aldabrada commented 5 years ago

https://imgur.com/gallery/ryjcCJ6

Windows 7 Enterprise

When trying to debug a simple script like this one:

#!/usr/bin/perl
use strict;
use warnings;

print "hi NAME\r\n";
print "hi NAME\r\n";

I am getting this error:

Listening on localhost:51187... C:\Dwimperl\perl\bin\perl.exe -d:Camelcadedb C:\mpath\test.pl Can't locate Devel/Camelcadedb.pm in @INC (@INC contains: C:/Dwimperl/perl/site/lib C:/Dwimperl/perl/vendor/lib C:/Dwimperl/perl/lib .). BEGIN failed--compilation aborted.

Process finished with exit code 2 Disconnected

Can you tell me what's wrong with Camelcadedb.pm?

hurricup commented 5 years ago

You need to install it. use cpan Devel::Camelcadedb