Git Product home page Git Product logo

Comments (14)

felipejoribeiro avatar felipejoribeiro commented on July 18, 2024 2

Hey guys, just saw the thread, great to see things going. I would love to help too, if you need anything hit me up.

from nvim-dap-reactnative.

jim-at-jibba avatar jim-at-jibba commented on July 18, 2024 2

I will try to update the docs soon. I will also try and write a quick blog post to accompany the repo.

@sultanahamer thanks again for your help today! So helpful

from nvim-dap-reactnative.

sultanahamer avatar sultanahamer commented on July 18, 2024 1

Sure. Will post zoom meeting id at that time. In case you start your day earlier on Monday, do let me know what time works for you.

from nvim-dap-reactnative.

sultanahamer avatar sultanahamer commented on July 18, 2024 1

@jim-at-jibba will schedule a call in within 20 to 30 minutes.

from nvim-dap-reactnative.

sultanahamer avatar sultanahamer commented on July 18, 2024 1

@jim-at-jibba Removed the zoom id. You can send a pr on the documentation part of "Enable debug mode on the app in emulator" when you find time. It would be great to have the documentation from the language of a consumer.

Also feel free to reword the steps in documentation. I am not a native English speaker so the language and words used might feel odd.

from nvim-dap-reactnative.

sultanahamer avatar sultanahamer commented on July 18, 2024 1

We had a connect offline and fixed the issue in @jim-at-jibba setup. We need to update documentation with "Enable the debug in the react native app in emulator/mobile" step

from nvim-dap-reactnative.

jim-at-jibba avatar jim-at-jibba commented on July 18, 2024 1

PR submitted. Thanks

from nvim-dap-reactnative.

sultanahamer avatar sultanahamer commented on July 18, 2024

@jim-at-jibba we can do a zoom call on this to debug and see what could be the problem on or after Monday IST. let me know a suitable time.

Since this is not a right away easier setup and also nvim-dap has been rewritten after I created this plugin, we will have to consider all those.

from nvim-dap-reactnative.

jim-at-jibba avatar jim-at-jibba commented on July 18, 2024

Hey dude,

That would be awesome thanks. I will a blog post after detailing the setup. Maybe we could add that to the repos readme.

I'm free all next week. I'm GMT so name a time that suits you

from nvim-dap-reactnative.

sultanahamer avatar sultanahamer commented on July 18, 2024

@jim-at-jibba I tried running it again on my local. Here are somethings you might need to know.

M.config = {
	adapters = {
		type = "executable",
		command = "node",
		args = { dbg_path .. "vscode-node-debug2/out/src/nodeDebug.js" },
	},
	configurations = {
		{
			type = "node2",
			request = "attach",
			program = "${file}",
			cwd = fn.getcwd(),
			sourceMaps = true,
			protocol = "inspector",
			console = "integratedTerminal",
			port = 35000
		},
	},
}

In the config specified above from readme.md, port: 35000 and request: attach are somethings that might get missed often

Also, I have installed the debuggers using DAPInstall plugin which is now renamed to dap-buddy https://github.com/Pocco81/dap-buddy.nvim

Last time I checked it was under migration. You can try to point it to branch dev for pre-migration code.

from nvim-dap-reactnative.

sultanahamer avatar sultanahamer commented on July 18, 2024

@jim-at-jibba If I understand your timezone info, its GMT 0.00 which is 5.30 hours behind us. So, we can try this at 11.00 AM your time today if you are available which will be 16:30 our time.

Will ping a zoom meeting id 5 mins before meeting

from nvim-dap-reactnative.

jim-at-jibba avatar jim-at-jibba commented on July 18, 2024

Hey bud,

I have my config the same except it's set up to configure against typescriptreact. I will post my config here when I am at my computer.

Thanks for the zoom meet offer. I keep weekends for family so won't.m be at my computer. Can we do 11am GMT on Monday?

from nvim-dap-reactnative.

jim-at-jibba avatar jim-at-jibba commented on July 18, 2024

I am available anytime now, thanks

from nvim-dap-reactnative.

jim-at-jibba avatar jim-at-jibba commented on July 18, 2024

Thanks

from nvim-dap-reactnative.

Related Issues (2)

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.