X Tutup
Skip to content

inspector: Allow require in Runtime.evaluate#8837

Closed
hybrist wants to merge 3 commits intonodejs:masterfrom
hybrist:jk-global-require
Closed

inspector: Allow require in Runtime.evaluate#8837
hybrist wants to merge 3 commits intonodejs:masterfrom
hybrist:jk-global-require

Conversation

@hybrist
Copy link
Copy Markdown
Contributor

@hybrist hybrist commented Sep 28, 2016

Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

inspector

Description of change

Being able to require modules from the console can be very handy while debugging issues. This allows to do it even when require is no longer in scope or the process isn't currently paused. It also creates the foundation for adding other command line API methods in the future (if more use cases come up).

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. inspector Issues and PRs related to the V8 inspector protocol lib / src Issues and PRs related to general changes in the lib or src directory. notable-change PRs with changes that should be highlighted in changelogs. semver-minor PRs that contain new features and should be released in the next minor version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

X Tutup