quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.64k stars 2.64k forks source link

Clickable stacktraces on browser errorpage #5918

Open maxandersen opened 4 years ago

maxandersen commented 4 years ago

Description

in devmode we have reversible stacktraces which are really nice but would it not be nice to have them be clickable and open up your local editor.

Analysis

(links to analysis docs containing architecture design work, requirements gathering, etc)

Tasks

gsmet commented 2 years ago

My understanding is that Stuart did something like that which works with some IDEs.

maxandersen commented 2 years ago

@stuartwdouglas do I need to do something special to enable it ? this is what I get in 2.6.1 with an exception thrown in rest easy handler.

2022-01-02_07-53-13
gsmet commented 2 years ago

I think it was done in the console, not in the UI, which makes kinda sense given you have to execute a local binary.

maxandersen commented 2 years ago

yeah so the console one is not this issue. This was specifically about highlighting in the browser as the one in console requires you to move/change focus and won't necessarily stay around as long as the browser is open.

I found the "opens last exception in IDE" and doesn't seem to work for my setup at least - but that's a separate issue I've opened at https://github.com/quarkusio/quarkus/issues/22574

gsmet commented 2 years ago

Well then please adjust the title of the issue.

Thanks.