Giter Club home page Giter Club logo

Comments (2)

davidszotten avatar davidszotten commented on July 23, 2024

Hi,

There are a few options for debugging. (i)pdb is one of them, and pdb.set_trace() inside a service method should work just like any other python process. What didn't work as expected here?

The backdoor is a way to get a shell inside the process of a running service, possibly one that's been running for a while, and could even be enabled in production. It looks like you have encountered a bug (it shouldn't crash when not finding netcat, but instead try other alternatives. Maybe you could raise a separate issue about the crash, and post some more info (os, python version) to help us debug that.

When the backdoor works, you get a python shell prompt, from where you can interact with the objects inside the service process, e.g. the container, running workers, dependencies and other objects.

I think the mailing list https://groups.google.com/forum/#!forum/nameko-dev is a better place for the general debugging discussion. Perhaps you could post a simplified example of what you are trying with pdb and how it's not behaving as expected?

Obviously you could also separately add logging statements (or even print) for debugging, but we should be able to do better. If by "eager mode" you mean turning rpc calls into function calls that you can step through, that's something I've thought about but not really spent any time one.

Hope this helps,
David

from nameko.

mattbennett avatar mattbennett commented on July 23, 2024

Closing this issue to encourage discussion to move to the mailing list.

@rochacbruno if you have more questions please ask them there, and if you're able please report the backdoor bug (here, as an issue). Thanks

from nameko.

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.