Code Monkey home page Code Monkey logo

Comments (4)

TornaxO7 avatar TornaxO7 commented on August 18, 2024 1

I'm veeeery irritated how to setup this plugin.

It was because it didn't work. Thank you for simplifying the debugging process with this plugin :)

from dap-buddy.nvim.

TornaxO7 avatar TornaxO7 commented on August 18, 2024

I also noticed that my ~/Apps/nvim-dap/ directory is empty. Is that normal?

from dap-buddy.nvim.

pocco81 avatar pocco81 commented on August 18, 2024

~ is a shortcut for $HOME, which is a system variable, and DAPInstall can't read system variables (although I think it might be possible through a luarock). If you want to specify the path to a directory under your $HOME then you could:

  1. just type it /home/pocco81/Apps/nvim-dap/
  2. Use nvim's vim api to fetch the $HOME var like so:
local dap_install = require("dap-install")

dap_install.setup({
	installation_path = vim.api.nvim_eval('$HOME') .. "Apps/nvim-dap/", -- this
	verbosely_call_debuggers = false,
})

I'm veeeery irritated how to setup this plugin.

Why? :(

from dap-buddy.nvim.

TornaxO7 avatar TornaxO7 commented on August 18, 2024

Yeah it works now! Thank you :)

from dap-buddy.nvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.