3.8 out of 5
Google doesn't verify reviews. Learn more about results and reviews.
- All reviews
- Recent
- Helpful
- Highest to lowest rating
- Lowest to highest rating
- English
- All languages
Dima SabaninDec 3, 2024
- Report illegal content
- Copy link
A life saver.
Craig MacomberOct 16, 2024
- Report illegal content
- Copy link
I used this with the chromium snap. The snap confinement prevented it from loading the source files so I had to force the snap into `--devmode` with `snap refresh --devmode --beta chromium && snap refresh --devmode --stable chromium` to work around that. That's a bit of a security issue since it disabled both updates and confinement, so use with caution! Once done, I was able to do source level debugging (break points, single stepping, viewing variables etc) of Rust code just fine, even on s... Show more
Francisco Javier Trujillo MataFeb 21, 2024
- Report illegal content
- Copy link
Still is not able to demangle Swift symbols :(
Gérald GuyomardJan 10, 2024
- Report illegal content
- Copy link
A must have for debugging wasm/C++ code. Sometimes breakpoints stop to work and a full reboot of my machine fixes this.
Борис ЩецDec 26, 2023
- Report illegal content
- Copy link
it worked perfectly about a year ago, but now it really does work like 5% of the time. I think it has something to do with rebuilding the project it tries to debug, maybe some cache misalignment
Harutyun TagushyanNov 27, 2023
- Report illegal content
- Copy link
Randomly loading or not loading debug info. Sometimes other extensions causes the issue.
Adam LeggettNov 25, 2023
- Report illegal content
- Copy link
Only works at seemingly random times.
Alexey AndreevAug 26, 2023
- Report illegal content
- Copy link
Buggy and does not support even simple cases. Irresponsive development team that does not care of product quality at all
Andre KohnOct 21, 2021
- Report illegal content
- Copy link
Indispensable for debugging more complex projects.
Jasper HuguninAug 16, 2021
- Report illegal content
- Copy link
Works as advertised, helped me track down a bug.