Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do you guys Debug
05-22-2010, 11:13 PM
Post: #1
How do you guys Debug
Just curious to see how everyone else here debugs their work other then trial and error. For instance i use Notepad++ since its free, small, and yea free. Curious if theres like a golden secret that i haven't learned yet
Find all posts by this user
Quote this message in a reply
05-23-2010, 04:57 AM
Post: #2
RE: How do you guys Debug
(05-22-2010 11:13 PM)uaktags Wrote:  Just curious to see how everyone else here debugs their work other then trial and error. For instance i use Notepad++ since its free, small, and yea free. Curious if theres like a golden secret that i haven't learned yet

For templates I use dreamweaver.

I support Sun of Loki- ezRPG templates
Find all posts by this user
Quote this message in a reply
05-23-2010, 11:31 PM
Post: #3
RE: How do you guys Debug
I use phpdesigner 7 for phpfiles and just normal notepad for the template files.
When I get errors I usually first check the servers apache-log, then google, then ask Zeggy Tongue
Find all posts by this user
Quote this message in a reply
05-25-2010, 12:19 AM
Post: #4
RE: How do you guys Debug
I do everything in notepad++ and I debug by trial and error. I just upload my work to the live site, and if it doesn't work.. I go back through my code, edit.. and try again. Not a very safe way to do things... but it works for me.

[Image: sigtremor.gif]
Find all posts by this user
Quote this message in a reply
05-25-2010, 11:58 PM
Post: #5
RE: How do you guys Debug
Yea i basically do the same as you tremor, use notepad++, but i upload it to my Xampp and UniformServer on my computer, test it there, then upload it to my dedicated and my shared servers, to test it there. Basically just make sure its compatiable with all OS servers and configs, then i use my Virtual Machines to test it in Linux, XP, Vista, and 7, and Chrome, IE, FF, and Opera. Yea i do alot of debugging once i get something that works in one place. It's a hassle but i'm like OCD when it comes to allowing the public to see me messed up, thats the army side of me, gotta look perfect and professional at all times.
Find all posts by this user
Quote this message in a reply
05-26-2010, 02:28 AM
Post: #6
RE: How do you guys Debug
I'm using Netbeans for PHP and 12th release of Fedora Core system. It have builded-in syntax checker, syntax highlighting and many more features (Netbeans is a big program but it's great for developers, IMHO). On my notebook I have installed HTTP server and MySQL database (and PMA of course).

Actually it's everything that PHP developer need.

manual mmocenter phxengine
[Image: flaga_polska.jpg] Sorry for my English.
Visit this user's website Find all posts by this user
Quote this message in a reply
05-26-2010, 04:52 AM
Post: #7
RE: How do you guys Debug
(05-26-2010 02:28 AM)Meares Ligitharr Wrote:  Actually it's everything that PHP developer need.


Don't forget to mention coffee Tongue
Find all posts by this user
Quote this message in a reply
05-26-2010, 05:01 AM
Post: #8
RE: How do you guys Debug
Coffee?.. I prefer beer (or two). Big Grin

manual mmocenter phxengine
[Image: flaga_polska.jpg] Sorry for my English.
Visit this user's website Find all posts by this user
Quote this message in a reply
07-23-2010, 08:20 PM
Post: #9
RE: How do you guys Debug
I tried other programs, but now I use only Notepad ++.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: