Closed bmeneg closed 1 year ago
Hi @bmeneg,
I will try to have a look at it this weekend even though I never worked with nvim-dap so far. The errors looks like the unescape_js package isn't installed properly. Did you run npm install
in the base folder?
Yes, npm install
seems just fine:
$ npm install
up to date, audited 465 packages in 2s
66 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
I finally had the time to give this error a proper look. Adding one line to the tsconfig.json fixed the error for me. Please pull the newest version of the master and try it out for yourself.
I no longer see the error.
@bmeneg is it working out for you as well?
@Nihilus118 I didn't have the opportunity to test it yet, but I'll give it a try in a couple of hours and let you know.
@Nihilus118 really sorry for the late reply, but yeap! The issue was fixed with your last code change!
Many thanks for working on it. Time to test nvim-dap-ui
with it :))
With that, I'm closing the issue.
Hi @Nihilus118,
as we were discussing earlier on another discussion on perl-ide org, I started using this extension with nvim-dap, however, there're weird things happening. Using the following test script:
I get the error on DAP (
:DapShowLog
):Which goes on for every symbol found (even for
$somevar
), reporting as not a function.Even though I've some experience with LSP, that's the first time using DAP. So have an idea how DAP works, but I didn't have time to check out your extension code to see how the interactions with Perl debugger works.
Any advice is welcome :)