-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help needed for setting perl-debug up on nvim-dap #4
Comments
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 |
Yes,
|
I finally had the time to give this error a proper look. Adding one line to the tsconfig.json fixed the error for me. |
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! |
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 :)
The text was updated successfully, but these errors were encountered: