Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inspector: add inspector console support for native Console #7988

Closed
wants to merge 1 commit into from
Closed

inspector: add inspector console support for native Console #7988

wants to merge 1 commit into from

Commits on Aug 12, 2016

  1. inspector: add inspector console support for native Console

    When node is running with --inspect flag, default console.log,
    console.warn and other methods call inspector console methods in
    addition to current behaviour (dump formatted message to stderr
    and stdout). Inspector console methods forward message to DevTools and
    show its in DevTools Console with DevTools formatters. Inspector console
    methods not presented on Node console will be added into it.
    
    Only own methods on global.console object will be changed while
    debugging session. User still able to redefine it, use console.Console
    or change original methods on Console.prototype.
    alexkozy committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    080b5e0 View commit details
    Browse the repository at this point in the history