Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start separate debug adapters for Metro and JS debugging (#1008)
Refactors the changes introduced in #964 to separate logging metro messages and JS debugging into separate DAP Sessions. This will also make integrating #1001 easier with other changes made to `DebugAdapter`. ### How Has This Been Tested: Open an app and check the debugger still works correctly: - breakpoints and uncaught errors should still stop the application - debugger controls in the preview should resume/step over breakpoints - check profiling still works - check if Metro errors are logged to the debug console.
- Loading branch information