TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: God mode in production code – a new way to debug in Scala

146 pointsby chookrlabout 12 years ago

19 comments

mpegabout 12 years ago
I'd give my firstborn for a debugger/profiler like this in .NET
评论 #5570220 未加载
评论 #5571010 未加载
评论 #5570837 未加载
saryantabout 12 years ago
I've been tracking down a NullPointerError in Play's new JSON inception handling. Eclipse's debugger has gotten me nowhere, I look forward to seeing how this one works!
spuzabout 12 years ago
This looks simliar to Chronon which is a similar debugging tool that works on Java (though not other JVM languages) applications.
评论 #5570433 未加载
评论 #5570217 未加载
elvinjabout 12 years ago
I know that at least from my experience debugging our apps in production did become harder as we scaled out in terms of servers, users and code. I do wonder if its something that should be handled at the code level (by being more defensive, taking a more immutable approach) or by having better debugging tools. Anyone knows if this supports Ruby?
评论 #5569958 未加载
评论 #5570782 未加载
gurdoabout 12 years ago
There's a very strong founding team around this company. I don't do Java too much these days, but if I were, I'd definitely use Takipi.
shpxnvzabout 12 years ago
Signup is broken right now, so maybe someone else can answer. From the website it appears that the debugger is a SaaS app that connects to the agent on your production box from their servers... is this the case?
评论 #5570073 未加载
trailfoxabout 12 years ago
Wow. Wish I could deploy this sort of tooling behind a firewall.
评论 #5570199 未加载
评论 #5570359 未加载
kokerabout 12 years ago
Going to give it a go on our servers. We have a relentless Heisenbug we've been chasing down lately, which only happens in production.
protomythabout 12 years ago
Many of the Smalltalks allow hooking to a running image to do live debugging.
评论 #5574167 未加载
zaptheimpalerabout 12 years ago
This looks awesome! Is there anything like this for local code though? The IntelliJ/Eclipse debuggers don't seem as well designed as this one.
评论 #5573206 未加载
orenbarzilaiabout 12 years ago
What about python?
评论 #5570308 未加载
评论 #5574708 未加载
eli_gottliebabout 12 years ago
You've released? MAZAL TOV! I've been stalking you guys for a while now.
评论 #5572509 未加载
drorweissabout 12 years ago
Looks great!
szeevimabout 12 years ago
likes the monsters
stasixabout 12 years ago
looks promising.
vovafeldmanabout 12 years ago
Looks cool!
bizkeep2about 12 years ago
US-based?
babooabout 12 years ago
"to log and send data to Takipi's analysis servers" ???!!!<p>Is this for real?<p>I'm surely going to send all my private code, data and who knows what else to your servers! I have been waiting for this since forever, and I'm glad to have this opportunity now!<p>And... it slows everything by 5% constantly?!? To basically take a core dump for later analysis? (in case it's not obvious, such a thing should have no overhead whatsoever when fatal exceptions are not thrown)<p>Lol, is it 1st April again?
评论 #5570097 未加载
zer0gravityabout 12 years ago
Tesla said that he could simulate the behaviour of his contraptions to the smalles detail in his head and without exception, they ran that way once he built them for real.<p>I think that a good programmer should be able to do this with his programms, and without flattering myself I can say that in 99% of the cases when an error happened, the answer occured to me almost instantly or after a few moments of thinking and trying to simulate what happened in my head. I have to confess that these were instances when the whole code was mine. Working on code you don't really understand is a major mistake. But this is another issue..<p>Sure it remains the 1%.. but my point is that developing the thinking abbilities instead of debugging tools is a far better alternative.
评论 #5570219 未加载
评论 #5570120 未加载
评论 #5570181 未加载
评论 #5570153 未加载
评论 #5570129 未加载
评论 #5570302 未加载
评论 #5570136 未加载
评论 #5574194 未加载
评论 #5570178 未加载