Please support our Software Development advertiser:
Nov 11th, 2006, 9:22 am
You know when you are invited to the St John’s Innovation Centre, part of the Cambridge Enterprise Hub in the UK that supports early-stage knowledge-based businesses and research institutes, that you are going to be in for an interesting day. When it is a press day with a focus on ‘Smart Technology’ and the keynote is being given by none other than Dr Hermann Hauser, the man behind Acorn Computers and ARM all those years ago and now, as co-founder of Amadeus Capital Partners, involved with numerous world beating emerging technologies such as plastic electronics, the level of ‘interesting’ is guaranteed to be top notch.
And so it was, with a hugely interesting presentation on the nature and progress of innovation, and the part that Cambridge University and the technology enterprise sector that has built up around it, has played. Full of insightful anecdotes: I didn’t know that apparently Bell Labs invented the first mobile phone but after market research decided there was no market for it managed to completely miss that particular gravy train. Packed with amazing statistics: 60% of all Bluetooth chips originate from Cambridge courtesy of Amadeus funded CSR who invented the first single chip Bluetooth solution and now dominate the mobile market for such items, and 80% of the world’s mobile phones (not forgetting the GameBoy and the iPod) use an ARM processor also invented at Cambridge.
Cambridge University is rated as the third best in the world and has a staggering 72 Nobel Laureates to its name, so perhaps it should come as no surprise that it is such a centre of innovation. And there were certainly some fascinating and innovative technologies being demonstrated. A virtual gut that accurately simulates the physical and biochemical aspects of human digestion so as to provide an alternative to animal testing for scientists. A system that combines multiple audio channels to boost mobile phone reception by 200% without the need for additional, battery sapping, hardware. A security modeling environment that enables accurate simulation of security issues such as a terror attack on an airport, providing a method for building and testing communications between emergency services, air traffic control and security agencies that once honed and working can be unplugged from the virtual world and turned into instant reality. Even a virtual shop assistant in the form of an interactive avatar that ‘lives’ in the glass of a store window, responding when a potential customer touches the glass and providing out of hours information and out of store advertising.
But the product that will, perhaps, be of most interest to DaniWeb users comes from a Cambridge company called Undo, with what it claims to be the first bidirectional debugger for compiled programs.
UndoDB allows you to peer inside a running program and reverse the execution of the software, in other words it is a debugger that can run backwards regardless of the programming language used and without requiring expensive specialized hardware. Well, kind of, because the current version only supports certain Linux/x86 platforms although Undo assured me that it was working on wider support.
With software bugs estimated to cost $60 billion a year in the US alone, debugging is a huge problem. “Computer bugs are still an every-day fact of life” Greg Law, Managing Director of Undo Ltd told me “incredibly annoying for users and difficult for software developers to prevent. Programmers might not like to admit it, but they can spend most of their time debugging – a process which currently eats up around 80% of software development costs.” The statistic should come as no surprise, given that traditionally the debugging process is a protracted cycle of running the code over and over in an attempt to spot the exact point where the program goes pear shaped. Which is where UndoDB comes in, giving a visual demonstration of the program being reversed, and taking the code backwards step by step.
By giving the developer full control over the nature of the time travel, for want of a better description, it reduces the time taken to determine where the bug first occurred. This control equates to an ability to step back your program line-by-line, rewind it to any point in its history and of course debug it forwards as well. This forwards and backwards movement can be done in a totally repeatable fashion, so making it much easier, in theory at least, to home in on the cause of a bug.
Currently supporting, Debian Sarge (2.4 and 2.6), Fedora Core 3, 4 and 5, Gentoo 2006.0, Mandriva 2006.0, Red Hat Enterprise Linux 4, Slackware 10.2, SUSE 10 and Ubuntu 5.10, UndoDB is available now, free of charge (although not open source) for developers who don’t get paid for their work, and for those that do there is a 30 day trial version and a $495 per seat price tag.
Of course, by now some of you are probably thinking that this isn’t actually anything new at all. After all, the concept of bidirectional debugging has been around for a few years and there are other applications out there for the Java programmers amongst you. VisiComp's RetroRue being the most obvious, and the high profile research tool from the brain of Bil Lewis, Omniscient Debugger. It’s even true to say that UndoDB is not the first to be able to step compiled programs backwards if you count something like the GreenHill’s TimeMachine which takes a dedicated hardware approach to the problem and will set you back something in the region of $20,000. But what Undo has accomplished is worthy of recognition, because it has brought an affordable solution to the compiled program debugging problem, and for that we should all be grateful. It uniquely enables bidirectional debugging of arbitrary Linux binary programs, including those written in C or C++, without requiring any recompilation or other modifications to the program being debugged.
And so it was, with a hugely interesting presentation on the nature and progress of innovation, and the part that Cambridge University and the technology enterprise sector that has built up around it, has played. Full of insightful anecdotes: I didn’t know that apparently Bell Labs invented the first mobile phone but after market research decided there was no market for it managed to completely miss that particular gravy train. Packed with amazing statistics: 60% of all Bluetooth chips originate from Cambridge courtesy of Amadeus funded CSR who invented the first single chip Bluetooth solution and now dominate the mobile market for such items, and 80% of the world’s mobile phones (not forgetting the GameBoy and the iPod) use an ARM processor also invented at Cambridge.
Cambridge University is rated as the third best in the world and has a staggering 72 Nobel Laureates to its name, so perhaps it should come as no surprise that it is such a centre of innovation. And there were certainly some fascinating and innovative technologies being demonstrated. A virtual gut that accurately simulates the physical and biochemical aspects of human digestion so as to provide an alternative to animal testing for scientists. A system that combines multiple audio channels to boost mobile phone reception by 200% without the need for additional, battery sapping, hardware. A security modeling environment that enables accurate simulation of security issues such as a terror attack on an airport, providing a method for building and testing communications between emergency services, air traffic control and security agencies that once honed and working can be unplugged from the virtual world and turned into instant reality. Even a virtual shop assistant in the form of an interactive avatar that ‘lives’ in the glass of a store window, responding when a potential customer touches the glass and providing out of hours information and out of store advertising.
But the product that will, perhaps, be of most interest to DaniWeb users comes from a Cambridge company called Undo, with what it claims to be the first bidirectional debugger for compiled programs.
UndoDB allows you to peer inside a running program and reverse the execution of the software, in other words it is a debugger that can run backwards regardless of the programming language used and without requiring expensive specialized hardware. Well, kind of, because the current version only supports certain Linux/x86 platforms although Undo assured me that it was working on wider support.
With software bugs estimated to cost $60 billion a year in the US alone, debugging is a huge problem. “Computer bugs are still an every-day fact of life” Greg Law, Managing Director of Undo Ltd told me “incredibly annoying for users and difficult for software developers to prevent. Programmers might not like to admit it, but they can spend most of their time debugging – a process which currently eats up around 80% of software development costs.” The statistic should come as no surprise, given that traditionally the debugging process is a protracted cycle of running the code over and over in an attempt to spot the exact point where the program goes pear shaped. Which is where UndoDB comes in, giving a visual demonstration of the program being reversed, and taking the code backwards step by step.
By giving the developer full control over the nature of the time travel, for want of a better description, it reduces the time taken to determine where the bug first occurred. This control equates to an ability to step back your program line-by-line, rewind it to any point in its history and of course debug it forwards as well. This forwards and backwards movement can be done in a totally repeatable fashion, so making it much easier, in theory at least, to home in on the cause of a bug.
Currently supporting, Debian Sarge (2.4 and 2.6), Fedora Core 3, 4 and 5, Gentoo 2006.0, Mandriva 2006.0, Red Hat Enterprise Linux 4, Slackware 10.2, SUSE 10 and Ubuntu 5.10, UndoDB is available now, free of charge (although not open source) for developers who don’t get paid for their work, and for those that do there is a 30 day trial version and a $495 per seat price tag.
Of course, by now some of you are probably thinking that this isn’t actually anything new at all. After all, the concept of bidirectional debugging has been around for a few years and there are other applications out there for the Java programmers amongst you. VisiComp's RetroRue being the most obvious, and the high profile research tool from the brain of Bil Lewis, Omniscient Debugger. It’s even true to say that UndoDB is not the first to be able to step compiled programs backwards if you count something like the GreenHill’s TimeMachine which takes a dedicated hardware approach to the problem and will set you back something in the region of $20,000. But what Undo has accomplished is worthy of recognition, because it has brought an affordable solution to the compiled program debugging problem, and for that we should all be grateful. It uniquely enables bidirectional debugging of arbitrary Linux binary programs, including those written in C or C++, without requiring any recompilation or other modifications to the program being debugged.
This blog entry was written by Davey Winder, staff writer aka happygeek. It has received 6,964 views, 0 comments, and 37 linkbacks. 1 voter has rated this entry 5 out of 5 stars. It was promoted to featured status Nov 11th, 2006.
•
•
•
•
advertising apple botnet browser business code crime data development email environment europe facebook firefox gaming google hacking hardware ibm internet iphone ipod law legal linux malware marketing microsoft mobile mozilla news privacy programming red hat research search security social networking software spam survey technology trojan video virus vista web windows yahoo youtube
All Recent Tags Post Comment
•
•
•
•
Only community members can start a blog or comment on blog entries. You must register or log in to contribute.
•
•
•
•
•
•
•
•
DaniWeb Software Development Marketplace
Related Blog Entries
- iPhone App Store to open Friday, Jailbreakers could care less (8 Hours Ago)
- Cross-Platform RealBasic 3.0 IDE Ships Today (8 Hours Ago)
- Coders Can be Frugal When They Use Krugle (1 Day Ago)
- Microsoft Publishes File Format Specs, 'Open Connections' (2 Days Ago)
- Apple slow to patch iPhone security holes (3 Days Ago)
- 12,000 laptops lost in US airports EVERY WEEK (4 Days Ago)
- FreeRunner Linux Phone Liberated on July 4 (5 Days Ago)
- Seeing double, twice, with Matrox M-Series QuadHead GPU (6 Days Ago)
- Googlebot gets to grip with Flash (7 Days Ago)
- Apple Leopard changes spots (7 Days Ago)
Related Forum Threads
- what is wrong (C++)
- I plugged in my laptop with reverse polarity! any help please please please... (Cases, Fans and Power Supplies)
- AVG finds a trojan on my comp (Viruses, Spyware and other Nasties)
- Great search homepage (HIjack log inside) (Viruses, Spyware and other Nasties)
- Microsoft IE Offline Pop-ups (Web Browsers)
Featured Entry