eruda icon indicating copy to clipboard operation
eruda copied to clipboard

Console for mobile browsers

Results 124 eruda issues
Sort by recently updated
recently updated
newest added

I didn't install this and it only seems to active on one url. How do I disable the widget?

hope eruda could expose"on" hooks to track show and hide action for example ```tsx eruda.on("show", () => {}) eruda.on("hide", () => {}) ``` I notice some [code](https://github.com/liriliri/eruda/blob/master/src/DevTools/DevTools.js#L32) ```tsx export default...

Log filtering can support text, but if there are multiple conditions, it is not very supported. We hope to add regular expression filtering function so that we can flexibly filter...

For example, when you type "Sugarcube.S-" There will be a box that give a list of sentence that start with the letter "s" Like "state", sorry for my bad English.

Does it not support log crawling for embedded web pages? Can only crawl logs from the main webpage? I hope it can see all the logs of the main website...

Firefox ![Screenshot_20230626_175910_Firefox](https://github.com/liriliri/eruda/assets/511242/2d236f88-2448-42eb-830d-ca6d41c95e29) Chrome ![Screenshot_20230626_180005_Chrome](https://github.com/liriliri/eruda/assets/511242/f3264aa3-6663-496c-a129-d4224f504bda) I couldn't copy the error's text from console BTW.

在PC端的手机模拟器上面,可以用eruda监听,但是真手机端不行。 有没有办法让eruda再次挂载监听?

Could we get line numbers in source pane so we can go to line of errors from console. Eg, console says there is an error on line 80 of example.html...

你好,我想从移动设备上的控制台访问 react,比如 $r(在 PC 上)。如何访问?我在控制台中尝试输入 $r 但没有任何反应. English: Hello, i want to access react from console on mobile like $r (on pc). How to access? I was tried by type...