Currently LiveDebugger injects its JavaScript to the browser where debugged application is running. It is handled by injecting <script> tag that points to LiveDebugger URL that hosts client.js file. The goal in this task is to consider running this JavaScript inside iframe to isolate LiveDebugger JavaScript from debugged application hooks.
LiveReload seem to do something similar
https://github.com/phoenixframework/phoenix_live_reload
Currently LiveDebugger injects its JavaScript to the browser where debugged application is running. It is handled by injecting
<script>tag that points to LiveDebugger URL that hostsclient.jsfile. The goal in this task is to consider running this JavaScript inside iframe to isolate LiveDebugger JavaScript from debugged application hooks.LiveReload seem to do something similar
https://github.com/phoenixframework/phoenix_live_reload