Bitcoin Forum

Other => Off-topic => Topic started by: Herodes on February 14, 2013, 03:13:32 AM



Title: Quite nice debugging tool for the php-nerds.
Post by: Herodes on February 14, 2013, 03:13:32 AM
For those of you that are vim-lovers, Xdebug is quite the nice addition for debugging, you get vim divided into a few nice windows and you can do all the normal things you're used to when debugging, no more echo statements in your code to debug your web apps.

Follow this guide to the point, and it should all be working great, I just did it, and I am very happy with how it works this far:
https://mutelight.org/minimal-guide-to-debugging-php-with-xdebug-and-vim

I also made this proposal:
https://bitcointalk.org/index.php?topic=143922.0

With coding subforums, there could be stickies at the top of each forum with info about best practises for every language in regards to bitcoin coding.