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

Fix debugger and profiler functionality #4298

Closed
wants to merge 2 commits into from
Closed

Commits on Dec 15, 2015

  1. module,src: do not wrap modules with -1 lineOffset

    In b799a74 and
    dfee4e3 the module wrapping
    mechanism was changed for better error reporting. However,
    the changes causes issues with debuggers and profilers. This
    commit reverts the wrapping changes.
    
    Fixes: nodejs#4297
    cjihrig committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    b56a806 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2015

  1. test: add test for debugging one line files

    This commit adds a regression test for debugging of
    single line files.
    
    Refs: nodejs#4297
    cjihrig committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    2031e60 View commit details
    Browse the repository at this point in the history