google / WebFundamentals

Former git repo for WebFundamentals on developers.google.com
Apache License 2.0
13.85k stars 2.57k forks source link

can you create an iframe mini debugger #7484

Open julientype opened 5 years ago

julientype commented 5 years ago

Welcome! Please use this template for reporting documentation issues on https://developers.google.com/web/.

For questions about Chrome DevTools, checkout the google-chrome-devtools tag on StackOverflow. For questions about Chrome, check the google-chrome tag. If you think you've found a Chrome bug, check out our feedback page for more details on how to file it.

Page Affected: https://developers.google.com/web/TODO

What needs to be done?

Please provide description of what's needs to be done here. Please be sure to include the link to the original page and any supporting links/data.

julientype commented 5 years ago

like i use electron an want the user to add a page in an iframe.... i dont need a full debugger but a mini one where you can isolate its debug process where the user can call a parent function yet cant reference its body content or manipulate it .... it only needs basic functions layout ..... bad link bad code and lets the user test out the app insert.... a simple mini debugger for the v8 engine .... the iframe only....
since i.m at parent top i run a call.... edit iframe doc load mini debugger.... a very simple layout like a firebug has.... user can then debug and expand the app.... ==== need info on how to remove features and isolate the debugger view==== win.webContents.debugger.sendCommand('Network.enable') https://electronjs.org/docs/api/debugger