Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

chakrashim: clean up legacy debugger code #250

Merged
merged 2 commits into from
May 19, 2017
Merged

Conversation

kfarnung
Copy link
Contributor

Since debugger support was removed upstream, this change removes the
corresponding chakrashim code.

Resolves #225

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

chakrashim

bool inspectorEnabled = jsrt::Inspector::IsInspectorEnabled();

if ((debugEnabled || inspectorEnabled) &&
if (jsrt::Inspector::IsInspectorEnabled() &&
isoShim->debugContext == nullptr) {
// If JavaScript debugging APIs need to be exposed then make sure
// debugContext is available and chakra_debug.js or chakra_inspector.js
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chakra_debug [](start = 37, length = 12)

nit: remove

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@agarwal-sandeep
Copy link
Contributor

:shipit:

@kfarnung
Copy link
Contributor Author

Since debugger support was removed upstream, this change removes the
corresponding chakrashim code.

PR-URL: nodejs#250
Reviewed-By: Kunal Pathak <[email protected]>
Reviewed-By: Sandeep Agarwal <[email protected]>
PR-URL: nodejs#250
Reviewed-By: Kunal Pathak <[email protected]>
Reviewed-By: Sandeep Agarwal <[email protected]>
@kfarnung kfarnung merged commit b60c024 into nodejs:xplat May 19, 2017
@kfarnung kfarnung deleted the debugagent branch May 19, 2017 22:51
kfarnung added a commit to kfarnung/node-chakracore that referenced this pull request May 23, 2017
Since debugger support was removed upstream, this change removes the
corresponding chakrashim code.

PR-URL: nodejs#250
Reviewed-By: Kunal Pathak <[email protected]>
Reviewed-By: Sandeep Agarwal <[email protected]>
kfarnung added a commit to kfarnung/node-chakracore that referenced this pull request May 23, 2017
PR-URL: nodejs#250
Reviewed-By: Kunal Pathak <[email protected]>
Reviewed-By: Sandeep Agarwal <[email protected]>
kfarnung added a commit to kfarnung/node-chakracore that referenced this pull request May 23, 2017
Since debugger support was removed upstream, this change removes the
corresponding chakrashim code.

PR-URL: nodejs#250
Reviewed-By: Kunal Pathak <[email protected]>
Reviewed-By: Sandeep Agarwal <[email protected]>
kfarnung added a commit to kfarnung/node-chakracore that referenced this pull request May 23, 2017
PR-URL: nodejs#250
Reviewed-By: Kunal Pathak <[email protected]>
Reviewed-By: Sandeep Agarwal <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants