Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Talk:Memory debugger

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 6 years ago by On Sober Reflection in topic "runtime debugger"

Cleanup

[edit]

I put a cleanup tag on the article because there really is no article at all, just a short explanation and a list. --Dr. WTF 00:00, 12 February 2007 (UTC)Reply

I removed the tag because what is there is clean, even though it needs expansion and possibly a rename to list of memory debuggers. (also it's been over 5 years.) RJFJR (talk) 14:37, 20 December 2013 (UTC)Reply

Static tools

[edit]

It seems extremely odd to have static analyzers on this list of memory debuggers. If you look at the definition, static tools don't really apply - these are runtime tools that analyze actual memory use. Probably the static ones should be removed. CodeCurmudgeon (talk) 14:11, 23 August 2017 (UTC)Reply

As defined in the article, "A memory debugger is a programming tool for finding memory leaks and buffer overflows". So any tool that can detect memory leak or buffer overflow, either statically (compile time) or run-time is included. That's my understanding. --Buhadram (talk) 19:21, 23 August 2017 (UTC)Reply

The 'debugger' part of it is where the tool actually connects to the running program - that's how memory debuggers are different than static analyzers, even though static tools can find some instances of memory problems. CodeCurmudgeon (talk) 15:32, 24 August 2017 (UTC)Reply

Possible refs

[edit]

Here's a couple of possible refs I haven't had a chance to check in-depth yet but I suspect will help this article.

I'll try and check them out when I have a bit more time. CodeCurmudgeon (talk) 16:35, 24 August 2017 (UTC)Reply

"runtime debugger"

[edit]

I'm removing the claim in the first sentence that a memory debugger is also known as a runtime debugger. I wouldn't post on a Talk page about a correction of an obvious error except that it's got a citation and shouldn't. The citation is to a humorous article unrelated to memory debuggers. Below the article on the cited page, there's an advertisement for a runtime debugger that mentions memory debugging in the first bullet points in the ad. This, then, is a factual error with a bad citation. On Sober Reflection (talk) 20:53, 14 December 2019 (UTC)Reply