NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore
http://docs.nativescript.org/runtimes/ios
Apache License 2.0
298 stars 59 forks source link

refactor(debugging): Chrome DevTools Runtime domain logic #1222

Closed mbektchiev closed 4 years ago

mbektchiev commented 4 years ago

Move the logic from core modules to iOS runtime. This way watches and expressions evaluation in console will work for apps which do not use the core modules (e.g. TestRunner of iOS runtime):

PR Checklist

refs #905 Merge along with https://github.com/NativeScript/NativeScript/pull/8072