Giter Club home page Giter Club logo

Comments (2)

wangrongwei avatar wangrongwei commented on August 17, 2024

This is debugger.log:

2024-03-21 07:52:39,547 INFO     __init__.py:84          setup_logging -- ======= VOLTRON - DEFENDER OF THE UNIVERSE [debug log] =======
2024-03-21 07:52:39,548 DEBUG      plugin.py:89        register_plugin -- Ignoring invalid plugin: <class 'voltron.plugin.VoltronPlugin'>
2024-03-21 07:52:39,548 DEBUG      plugin.py:89        register_plugin -- Ignoring invalid plugin: <class 'voltron.plugin.APIPlugin'>
2024-03-21 07:52:39,548 DEBUG      plugin.py:89        register_plugin -- Ignoring invalid plugin: <class 'voltron.plugin.DebuggerAdaptorPlugin'>
2024-03-21 07:52:39,548 DEBUG      plugin.py:89        register_plugin -- Ignoring invalid plugin: <class 'voltron.plugin.ViewPlugin'>
2024-03-21 07:52:39,548 DEBUG      plugin.py:89        register_plugin -- Ignoring invalid plugin: <class 'voltron.plugin.WebPlugin'>
2024-03-21 07:52:39,548 DEBUG      plugin.py:89        register_plugin -- Ignoring invalid plugin: <class 'voltron.plugin.CommandPlugin'>
2024-03-21 07:52:39,548 DEBUG      plugin.py:75        register_plugin -- Registering debugger plugin: <class 'dbg_mock.MockAdaptorPlugin'>
2024-03-21 07:52:39,548 DEBUG      plugin.py:75        register_plugin -- Registering debugger plugin: <class 'dbg_gdb.GDBAdaptorPlugin'>
2024-03-21 07:52:39,548 DEBUG      plugin.py:72        register_plugin -- Registering API plugin: <class 'plugins.APIPluginsPlugin'>
2024-03-21 07:52:39,548 DEBUG      plugin.py:72        register_plugin -- Registering API plugin: <class 'stack.APIStackPlugin'>
2024-03-21 07:52:39,549 DEBUG      plugin.py:72        register_plugin -- Registering API plugin: <class 'backtrace.APIBacktracePlugin'>
2024-03-21 07:52:39,549 DEBUG      plugin.py:72        register_plugin -- Registering API plugin: <class 'null.APINullPlugin'>
2024-03-21 07:52:39,549 DEBUG      plugin.py:72        register_plugin -- Registering API plugin: <class 'dereference.APIDerefPlugin'>
2024-03-21 07:52:39,549 DEBUG      plugin.py:72        register_plugin -- Registering API plugin: <class 'write_memory.APIWriteMemoryPlugin'>
2024-03-21 07:52:39,549 DEBUG      plugin.py:72        register_plugin -- Registering API plugin: <class 'breakpoints.APIBreakpointsPlugin'>
2024-03-21 07:52:39,549 DEBUG      plugin.py:72        register_plugin -- Registering API plugin: <class 'memory.APIReadMemoryPlugin'>
2024-03-21 07:52:39,549 DEBUG      plugin.py:72        register_plugin -- Registering API plugin: <class 'version.APIVersionPlugin'>
2024-03-21 07:52:39,549 DEBUG      plugin.py:72        register_plugin -- Registering API plugin: <class 'command.APICommandPlugin'>
2024-03-21 07:52:39,549 DEBUG      plugin.py:72        register_plugin -- Registering API plugin: <class 'state.APIStatePlugin'>
2024-03-21 07:52:39,549 DEBUG      plugin.py:72        register_plugin -- Registering API plugin: <class 'targets.APITargetsPlugin'>
2024-03-21 07:52:39,549 DEBUG      plugin.py:72        register_plugin -- Registering API plugin: <class 'registers.APIRegistersPlugin'>
2024-03-21 07:52:39,550 DEBUG      plugin.py:72        register_plugin -- Registering API plugin: <class 'disassemble.APIDisassemblePlugin'>
2024-03-21 07:52:39,550 DEBUG      plugin.py:78        register_plugin -- Registering view plugin: <class 'backtrace.BacktraceViewPlugin'>
2024-03-21 07:52:39,550 DEBUG      plugin.py:78        register_plugin -- Registering view plugin: <class 'breakpoints.BreakpointsViewPlugin'>
2024-03-21 07:52:39,550 DEBUG      plugin.py:78        register_plugin -- Registering view plugin: <class 'disasm.DisasmViewPlugin'>
2024-03-21 07:52:39,550 DEBUG      plugin.py:78        register_plugin -- Registering view plugin: <class 'memory.MemoryViewPlugin'>
2024-03-21 07:52:39,550 DEBUG      plugin.py:78        register_plugin -- Registering view plugin: <class 'memory.StackViewPlugin'>
2024-03-21 07:52:39,550 DEBUG      plugin.py:78        register_plugin -- Registering view plugin: <class 'command.CommandViewPlugin'>
2024-03-21 07:52:39,550 DEBUG      plugin.py:78        register_plugin -- Registering view plugin: <class 'register.RegisterViewPlugin'>
2024-03-21 07:52:39,550 DEBUG      plugin.py:89        register_plugin -- Ignoring invalid plugin: <class 'voltron.plugin.CommandPlugin'>
2024-03-21 07:52:39,578 DEBUG        core.py:154          run_listener -- Starting listener for tcp socket on ['127.0.0.1', 5555, <werkzeug.middleware.dispatcher.DispatcherMiddleware object at 0x7f26df568dd8>]
2024-03-21 07:52:39,580 DEBUG        core.py:154          run_listener -- Starting listener for domain socket on ['/home/zigi/.voltron/sock', <werkzeug.middleware.dispatcher.DispatcherMiddleware object at 0x7f26df568dd8>]
2024-03-21 07:53:07,225 DEBUG     dbg_gdb.py:707          cont_handler -- Inferior continued
2024-03-21 07:53:07,354 DEBUG        core.py:274        dispatch_queue -- Dispatching requests: []
2024-03-21 07:53:07,354 DEBUG     dbg_gdb.py:694          stop_handler -- Inferior stopped
2024-03-21 07:53:16,102 DEBUG     dbg_gdb.py:707          cont_handler -- Inferior continued
2024-03-21 07:53:16,109 DEBUG        core.py:274        dispatch_queue -- Dispatching requests: []
2024-03-21 07:53:16,109 DEBUG     dbg_gdb.py:694          stop_handler -- Inferior stopped
2024-03-21 07:53:16,352 DEBUG     dbg_gdb.py:707          cont_handler -- Inferior continued
2024-03-21 07:53:16,355 DEBUG        core.py:274        dispatch_queue -- Dispatching requests: []
2024-03-21 07:53:16,355 DEBUG     dbg_gdb.py:694          stop_handler -- Inferior stopped
2024-03-21 07:53:18,773 DEBUG     dbg_gdb.py:707          cont_handler -- Inferior continued
2024-03-21 07:53:18,774 DEBUG        core.py:274        dispatch_queue -- Dispatching requests: []
2024-03-21 07:53:18,775 DEBUG     dbg_gdb.py:694          stop_handler -- Inferior stopped
2024-03-21 07:53:28,195 DEBUG     dbg_gdb.py:701  stop_and_exit_handler -- Inferior stopped and exited
2024-03-21 07:53:28,195 DEBUG        core.py:274        dispatch_queue -- Dispatching requests: []
2024-03-21 07:53:28,195 DEBUG     dbg_gdb.py:694          stop_handler -- Inferior stopped
2024-03-21 07:53:28,195 DEBUG     dbg_gdb.py:697          exit_handler -- Inferior exited

from voltron.

wangrongwei avatar wangrongwei commented on August 17, 2024

It seems because of http_proxy has been set, clearing it and works now.

from voltron.

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.