Code Monkey home page Code Monkey logo

Comments (7)

june07 avatar june07 commented on May 29, 2024

Thank you for the input. I will try to give this a look over the weekend.

from nim.

june07 avatar june07 commented on May 29, 2024

So far I'm unable to duplicate the issue on my end:

chrome: Version 90.0.4430.93 (Official Build) (x86_64)
NiM: 2.8.0
macOS: 10.15.7

The DevTools window opens when I use the keyboard shortcut.

I've attached a screen share below. Is NiM set to manual mode? Try editing the shortcut via the extensions area shown in the screen cast and saving it (even if it is set correctly) and see if that helps resolve the issue.

Screen.Recording.2021-05-08.at.4.27.20.PM.mov

from nim.

delfuego avatar delfuego commented on May 29, 2024

Thanks for looking into this! Here's a screen recording of what happens at my end — you'll see me enable the shortcut, and then every time I press it, I get the macOS notification "NiM owns the (⌥I) shortcut.", without the Dev Tools window opening.

https://www.dropbox.com/s/cbar0fc93c3msg5/NiM%20screen%20recording.mov?dl=0

I'm not sure what you mean by asking if NiM is set to manual mode — I don't know what that mode is. You'll see at the end of the screen recording, though, my full NiM extension options, if that's helpful.

from nim.

june07 avatar june07 commented on May 29, 2024

When you click on the NiM icon (upper right corner of the screen where the extension icon is next to the puzzle piece) the popup will allow you to choose manual/auto as well as change the port that should be set to match that which the inspector is listening on.

Are you sure that port matches whatever port you have the node debugger set to listen? If it's the default 9229 can you open the debugger url manually by going to a url similar to...

devtools://devtools/bundled/inspector.html?experiments=true&v8only=true&ws=localhost:9229/5e9fc097-e1e4-4761-b411-ee49fe702a10

where "9229" is your port and "5e9fc097-e1e4-4761-b411-ee49fe702a10" is what is returned from node when you run with the --inspect flag set.

Alternately you could just telnet to the port and see if you can connect that way.

from nim.

delfuego avatar delfuego commented on May 29, 2024

Ah, I've never seen that dialog! I'm set to Auto, the port is correct. And note that NiM definitely launches automatically when I start my Node app and the debug port comes alive... so it's not that NiM isn't working. It's just that the keyboard shortcut is bringing up that macOS notification rather than bringing up the Dev Tools window!

from nim.

june07 avatar june07 commented on May 29, 2024

from nim.

june07 avatar june07 commented on May 29, 2024

Want to circle back around to this... were you able to try the last suggestion?

from nim.

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.