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

Removing debug mode. #183

Merged
merged 2 commits into from
Aug 12, 2020
Merged

Removing debug mode. #183

merged 2 commits into from
Aug 12, 2020

Conversation

vidorteg
Copy link
Contributor

@vidorteg vidorteg commented Aug 4, 2020

Currently there is a configuration named "debug mode" which targets the source files of the Edge Chromium repo (not the output files). This was done to enable coding with the Devtools source files. Unfortunately this created a dependency to the source files itself (requiring the full 2gb file). This PR removes this dependency, any changes required on Devtools should be done in Devtools repo or patched through a "polyfill"

Addresses #169

@vidorteg vidorteg requested a review from mliao95 August 4, 2020 03:20
@vidorteg vidorteg linked an issue Aug 4, 2020 that may be closed by this pull request
Copy link

@mliao95 mliao95 left a comment

Choose a reason for hiding this comment

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

Thanks for removing debug mode. I know we talked about removing it but never actually got around to it until now.

@vidorteg vidorteg merged commit f0884e7 into master Aug 12, 2020
@vidorteg vidorteg deleted the vidal/removeDebugMode branch August 12, 2020 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove debug configuration
2 participants