articles sorted by relevance / date

debugging

  1. Prakash G.R.: Easiest way to create a Common Navigator details »
    blog.cypal-solutions.com Posted 4 hours ago by noreply@blogger.com (Prakash G.R.) feed details »

    Lots and lots has already been told about the Common Navigator framework. I'm not going to add any more explanation about the framework, but will tell you a tip on how to...

  2. Symbian Jailbreak details »
    www.f-secure.com Posted 7 weeks and 2 days ago feed details »

    A Spanish modder has developed an easy to use privilege escalation hack for Symbian S60 3rd Edition phones. The hack provides unlimited access to the phone's file system....

  3. First AudioTool live recorded, Vorbis encoded session details »
    blog.andre-michelle.com Posted 16 hours ago by Andre Michelle feed details »

    We were not sure if this ever gonna work. In about 4 days we ported more than 30.000 lines code of a Java Vorbis Encoder to AS3. We came across several issues when AS3...

  4. Unix Signals for Live Debugging details »
    www.igvita.com Posted 2 days ago by Ilya Grigorik feed details »

    It's unit tested, the integration and regressions tests are all green, you even added a set of performance benchmarks, and yet after a couple of hours of production use...

  5. News to know: Amazon S3 outage; iPhone 3G; SOA debugging; Microsoft details »
    blogs.zdnet.com Posted 3 days ago by Larry Dignan feed details »

    Notable headlines: Michael Krigsman: Amazon S3: 'Elevated error rates'. Techmeme GigaOm: S3 Outage Highlights Fragility of Web Services Dana Blankenhorn: Do open source...

  6. Getting to really know GWT, Part 1: JSNI details »
    googlewebtoolkit.blogspot.com Posted 6 days ago by Bruce Johnson, Engineering Manager feed details »

    The next and hopefully last release candidate for GWT 1.5 is almost upon us. In anticipation, we'd like to really crank up the excitement level and, well, the sheer geek...

  7. Martin talks about Rake Runner, Ruby Debugging, and Other 6.5 Enhancements details »
    blogs.sun.com Posted 2 days ago by divas feed details »

    As I mentioned a couple of weeks ago, I am researching the new Ruby and Rails features in the upcoming NetBeans IDE 6.5. Last week, Martin Krauskopf and I talked about...

  8. Introducing Woodstock for WPF details »
    joshsmithonwpf.wordpress.com Posted 36 weeks and 2 days ago by Josh Smith feed details »

    I just published an article to CodeProject which makes my Woodstock debugger visualizer available to the world. Woodstock is like a miniature version of Snoop, which...

  9. Quick tip for debugging with Jython details »
    spyced.blogspot.com Posted 9 weeks and 6 days ago by Jonathan Ellis feed details »

    Currently, Jython ships with the pdb debugger module from Python 2.3. Unfortunately the 2.3 pdb is primitive even by command-line debugger standards. (For instance, if...

  10. Daniel Pearson: Debugging a Windows Blue Screen of Death details »
    channel9.msdn.com Posted 8 days ago by Dan feed details »

    Daniel goes through the four key reasons why BSODs happen, how Windows allocates memory and how developers need to be careful when setting kernel mode memory. Daniel then...

  11. Mac Blogging - 2 details »
    simpable.com Posted 3 days ago by Scott Watermasysk feed details »

    Windows Live Writer is still best desktop blogging tool on the "market", but as the name implies it only works on Windows. I had been using TextMate for a while, but I...

  12. Pimp up your debugger: Creating a custom workspace for windbg debugging details »
    blogs.msdn.com Posted 13 weeks and 6 days ago by Tess feed details »

    From time to time I get questions about how to change settings in windbg like this one... The default color scheme for the command window is really annoying, because it...

  13. ASP.NET Memory: Thou shalt not store UI objects in cache or session scope details »
    blogs.msdn.com Posted 8 weeks and 1 day ago by Tess feed details »

    ASP.NET Memory: Thou shalt not store UI objects in cache or session scope Surprisingly the issue I wrote about in "the eventhandlers that made the memory...

  14. Component Array Parameter Gotcha details »
    www.connectedpixel.com Posted 14 weeks and 5 days ago feed details »

    So the other day, I was working on a component that has an inspectable set/get array property. I could not get it work. Although the default value for this array was...

  15. ASP.NET Performance issue: Large number of application restarts due to virus scanning details »
    blogs.msdn.com Posted 10 weeks and 1 day ago by Tess feed details »

    Issues caused by frequent application restarts are pretty common. If you are interested in what causes application restarts in general, and how you can monitor...

  16. My presentation on Troubleshooting ASP.NET applications at Oredev details »
    blogs.msdn.com Posted 8 weeks and 3 days ago by Tess feed details »

    The guys at Oredev are in the midst of preparing for the next Oredev conference in November.  Sadly I won't be presenting there this year because of other...

  17. ntdll!kifastSystemcallret, SharedUserData!SystemCallStub and search engines... details »
    blogs.msdn.com Posted 11 weeks and 1 day ago by Tess feed details »

    If I were to pick out ten keywords for my blog I would pick, in no particular order, ASP.net, windbg, sos, debugging, .net exceptions, memory leaks, performance...

  18. Ruby-debug quick tips: init file and -n option details »
    blog.nanorails.com Posted 27 weeks and 5 days ago by Pascal feed details »

    I use ruby-debug quite a bit (too much? perhaps). And every time I start it, I find myself setting a few options (always the same ones), and it finally got to the point...

  19. Debugging Specs details »
    blog.nanorails.com Posted 22 weeks and 4 days ago by Pascal feed details »

    It is easy enough to debug specs on by one. For this you just run the ruby file that contains the spec with ruby-debug instead of ruby: rdebug spec/rur_spec.rb But...

  20. "Failed to start stack walk: 80004005", "Following frames may be wrong" and other errors you may see in windbg details »
    blogs.msdn.com Posted 10 weeks and 2 days ago by Tess feed details »

    When you debug .net applications you will sometimes get error messages in windbg.  Here are a few of the ones I most commonly get questions around...   Failed...