debugging
Tag details
Welcome to the 'debugging' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'debugging'.
Look up
"debugging"
at The Free Dictionary
Latest blogosphere posts tagged “debugging”
-
Apple iPhone Tech Talk London 2009: Testing and Debugging Your iPhoneApplication
Expanding horizons —
Authority: 132
Just before this session, I had an interesting discussion with Mike of Broadersheet about unit testing. He uses defensive code with asserts and logging and couldn’t see the value of writing unit tests especially for mostly UI code. However, Apple have converted to using unit tests and are making it easy for ...7 hours ago -
Debugging RPGLE Program
IT answers —
Authority: 457
New Discussion Post by Teandy8 hours ago -
Need private exe protector by serjweb
Pro Freelance Projects —
Authority: 177
I need software for protection of applications from cracking, analysis and reverse engineering with the meta-morphic loader, strong anti-debugging and an anti-dump mechanism etc… It can be writed in ASM, C/C++, Delphi…. (Budget: $250-750, Jobs: C/C++, Computer Security, Delphi)Go to SourcePost similar project17 hours ago -
Good replacement for Xtermin8 debugger?
IT answers —
Authority: 457
New Question Created by Lilarose1 day ago -
Cubic Memory Representation
Crash Dump Analysis —
Authority: 431
A nibble is a (0,1)-matrix, a byte is a cubic 0,1-lattice and the next cubic byte-boundary 0,1-lattice represents a 64-bit qword: This is what I call a natural memory representation as memory building blocks or qubic memory (do not mistaken it with qubit memory). This elevates bytes and 64-bit quadruple ...1 day ago -
My first Devnet Article: New Debugging and Profiling Features in Flash Builder 4 beta
jun :: realeyes —
Authority: 103
I was approached a couple months ago to do a feature on Flash Builder 4 debugging and profiling. The key was to illustrate the new features and enhancements and to offer nice concise walkthroughs. So, without further ado, check it out! ...1 day ago -
Memory Dumps from Physicalist Artist Perspective
Crash Dump Analysis —
Authority: 431
- Dmitry Vostokov @ DumpAnalysis.org - Memory Dump It3 days ago -
Chipping the web: November 8th
Chip's Quips —
Authority: 113
Debugging: It’s all about finding Albuquerque. … before you end up in the Sahara. Tags: leonbambrick debugging bugsbunny Just a Cat | Just Shelley Im not a cat person, but this put a lump in my throat. Tags: shelleypowers cats Indexed » Blog Archive » Too bad. For some reason, this ...3 days ago -
Google Chrome Developer Tools: Inspecting elements and resou
Learn Free Internet Marketing Learn Free Internet Marketing Strategies using Video, Articles, Social Networking, Social Media, Web 2.0, Blogs, Affiliate Marketing —
Authority: 459
Explore the elements and resources panel of Google Chrome’s developer tools. For more information go to www.chromium.org/devtools Share on Facebook3 days ago -
Trace Analysis Patterns (Part 11)
Crash Dump Analysis —
Authority: 431
Birds eye view of software traces makes it easier to see their coarse blocked structure: where further finer structure is discernible and even nested blocks: Some blocks of output can be seen when scrolling trace viewer output but if a viewer support zooming it is possible to get an overview and jump ...5 days ago -
Software Trace: Birds Eye View
Crash Dump Analysis —
Authority: 431
Here is a fragment of a condensed view of a CDF (ETW-based) trace imported into MS Word: - Dmitry Vostokov @ TraceAnalysis.org - Memory Dump It5 days ago -
Web Inspector gets major improvements
Ajaxian Front Page —
Authority: 623
Joseph Pecoraro has made some major improvements to Web Inspector . It is now much easier to create and much around with the content. Create new CSS selectors with ease; Add content in-line with elements; see color representations of any value. And, there is more: DOM Storage The DOM Storage DataGrids now ...1 week ago -
Logging the locking in SPIP
Passing Curiosity —
Authority: 113
At work, we use SPIP for the vast majority of our sites. Almost all of them are on Linux shared hosting at our favourite local hosting company HostAway. Unfortunately, we’ve been running into a recurring problem with some of our SPIP 2.0 sites that is having a detrimental impact on the sites (some requests block ...1 week ago -
A bsod in the child?
Microsoft Patch Watch —
Authority: 159
Now heres an interesting situation...1 week ago -
Visual Studio 2010 – Conditional breakpoints using String Comparison Functions (C/C++)
Reflections of my thoughts... —
Authority: 113
All we’re fond of conditional break points if we need to execute the program until some specific condition exists. We usually give numerical expressions to give conditional break points. If you don’t know about conditional break points, just have a look at MSDN documentation. or this one . Now the C/C++ ...1 week ago -
What error?
Advertising, Marketing and Design —
Authority: 143
Debugging is probably the most difficult thing that I have to do every day. Whether it’s something I’ve just written or a project done years ago, there is inevitably a failure somewhere. Sometimes it’s due to changes in browsers or changes in settings on the server that cause the error, but sometimes the ...1 week ago -
DebugWare Patterns: A Case Study (Part 1)
Crash Dump Analysis —
Authority: 431
Suppose we want to write a support tool to troubleshoot a frequent software problem. Would we start with GUI? Most tools are command line tools and we therefore choose Tool Façade pattern to decouple GUI from CLI: By making our GUI optional we postpone its development until later implementation phase when we ...1 week ago -
A useful debugging method
wheresrhys —
Authority: 91
I’m always dismayed by the lack of debugging information out there. Yes, there is plenty of information on how to fix particular bugs, but very little on the more general heuristic processes for finding the source of a bug. This may be because debugging is, by its very nature, a thankless process of trial and error. ...1 week ago -
Dew Drop – October 29, 2009
Alvin Ashcraft's Morning Dew —
Authority: 126
Jump to: .NET / Visual Studio | Web Development | Design / Methodology / Testing | Silverlight / WPF | Podcasts / Screencasts / Videos | Community / Events | Database | SharePoint | Miscellaneous | More Link Collections | Book of the Day .NET / Visual Studio Eclipse and VSTS ...2 weeks ago -
Attach a Debugger When a Process Starts
All Your Base Are Belong To Us —
Authority: 499
You can ask Windows to launch another process (typically a debugger) when launching a process of your choice. One use of this feature is to configure Calculator to launch whenever you launch Notepad, or configure Excel to launch whenever you launch Word. This is a great way to drive a colleague crazy. Another ...2 weeks ago