TE
TechEcho
AccueilTop 24hRécentsMeilleursQuestionsPrésentationsEmplois
GitHubTwitter
Accueil

TechEcho

Une plateforme d'actualités technologiques construite avec Next.js, fournissant des nouvelles et discussions technologiques mondiales.

GitHubTwitter

Accueil

AccueilRécentsMeilleursQuestionsPrésentationsEmplois

Ressources

HackerNews APIHackerNews OriginalNext.js

© 2025 TechEcho. Tous droits réservés.

Visualize and debug Rust programs with a new lens

213 pointspar alex_hirneril y a 8 jours

11 comments

leohil y a 4 jours
“Simple things should be simple. Complex things should be possible.” - Alan Kay<p>Rust really embodies this imo. I think it will be a few more years, but we&#x27;re going to be seeing a lot more Rust -- and for good reason.
orsenthilil y a 4 jours
This is very good. Excellent user-interface too. Reminded me of Pythontutor that I use.
waschlil y a 4 jours
That looks very impressive! Would give it a spin but as far as I can tell I can’t use it with my Rust os kernel running inside qemu
quotemstril y a 4 jours
From a debugger&#x27;s point of view, Rust is just another native code language. DWARF tells you how to get stacks, find variables, and interpret chunks of memory as data structures. Anyone trying to pitch you a debugger specifically for Rust is trying to ride a hype wave or just plain bamboozle you.
评论 #44123288 未加载
评论 #44123284 未加载
评论 #44122503 未加载
评论 #44122384 未加载
评论 #44125453 未加载
spencerflemil y a 4 jours
Cool, reminds me somewhat of Glamorous Toolkit [1], another project I just found out about. Excited to give it a try, I love these sort of &quot;explain a program as it&#x27;s running&quot; type tools.<p>1. <a href="https:&#x2F;&#x2F;gtoolkit.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gtoolkit.com&#x2F;</a>
forrestthewoodsil y a 4 jours
Please show me this being used to debug a real program. Toy examples that don’t do any real work isn’t interesting. My confidence that this work for an actual program is approximately zero percent.
评论 #44135155 未加载
评论 #44127273 未加载
tonyhart7il y a 4 jours
would love to do this with database instead, inspect query and so on<p>anyone know the tool name??? I know it exist but forget it while ago
评论 #44124609 未加载
评论 #44125468 未加载
Rust-Trendsil y a 4 jours
Nice project! I’ll be highlighting it in the next edition of the <a href="https:&#x2F;&#x2F;Rust-Trends.com" rel="nofollow">https:&#x2F;&#x2F;Rust-Trends.com</a> newsletter.
Veservil y a 4 jours
This is just a trace viewer. Except the trace visualization is vastly less dense than any standard trace viewer and seems to provide no meaningful execution time information.<p>Compare to chrome:&#x2F;&#x2F;tracing<p><a href="https:&#x2F;&#x2F;www.chromium.org&#x2F;developers&#x2F;how-tos&#x2F;trace-event-profiling-tool&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.chromium.org&#x2F;developers&#x2F;how-tos&#x2F;trace-event-prof...</a><p>I am not sure if trace visualizers were invented 20 years ago for the original time travel debuggers, but they have certainly been used for time travel debugging visualization since at least 20 years ago.
评论 #44120621 未加载
评论 #44122530 未加载
levkkil y a 4 jours
I want to use this right now, but two issues:<p>- Bash script from Internet requiring sudo, no way<p>- VSCode plugin? I don&#x27;t use VSCode. I&#x27;m not switching from Zed (literally built in Rust for Rust development)<p>Help me out, what can I do to try this?
评论 #44127296 未加载
评论 #44122474 未加载
评论 #44122523 未加载
dochtmanil y a 4 jours
Does this work on macOS?<p>On mobile (Firefox on iOS) why does this site keep putting animations in my face?
评论 #44122488 未加载
评论 #44122527 未加载