Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add goto row and column feature #19

Open
tonn opened this issue Mar 16, 2023 · 0 comments
Open

Add goto row and column feature #19

tonn opened this issue Mar 16, 2023 · 0 comments

Comments

@tonn
Copy link

tonn commented Mar 16, 2023

I have error stack from production side like

"stack": "construct@[native code]\nconstruct@[native code]\no@capacitor://localhost/static/js/main.19f32b23.js:2:384533\nconstruct@[native code]\n@capacitor://localhost/static/js/main.19f32b23.js:2:373920\nn:2:372417\nPromise@[native code]\n@capacitor://localhost/static/js/main.19f32b23.js:2:372308\nd:2:372417\nPromise@[native code]\n@capacitor://localhost/static/js/main.19f32b23.js:2:372308\npromiseReactionJob@[native code]",

And it's not possible with mouse scroll to 2:384533

I've added window.generatedTextArea = generatedTextArea in code and use generatedTextArea.scrollTo method from devtools console. But it's not very convinient. It's better to add a textarea where I paste stacktrace and search there pairs with format number:number and scrollto it by click. It will make error stack analyzing much more easier and fast.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant