How to get ddd working with bash
Well this particular link works. However I have copied the contents so that anyone can look-it-up in case the original site goes down
http://askubuntu.com/questions/156906/how-do-i-get-the-bash-debugger-to-work-with-ddd/178692#178692
Do not forget to remove your ~/.ddd in case you are facing issues (BACKUP before removing the ~/.ddd) .
I was able to get ddd and bashdb to play nice on Ubuntu 12.04 today:
1- Remove the repo-supplied ddd
2- Fetch ddd 3.3.9 and install from source, e.g.:
(Note: I had to make a single patch to the source code to get the
build to work -- in ddd/strclass.C, we needed a #include <stdio.h>
at the top to define EOF)3- bashdb must be installed, of course
4- Now launch with
|
No comments:
Post a Comment