Showing posts with label General Development. Show all posts
Showing posts with label General Development. Show all posts

Thursday, January 13, 2011

Introduction to Debugging Tools

note: this was reposted from my wordpress (w/c i did several months ago).

Out of boredom and not having anything remotely interesting thing to do at the office, I’ve written this lengthy guide for ‘newbies’ to the world of debugging tools. I’m not really sure if anyone would be using that document within the group since the members aren’t really used to documents (so unlike, the previous company I’ve worked at). And also, considering that the info in that document could be a help to someone out there, I figured might as well post it in a blog.

So, here it is: my own introduction and tutorial to debugging tools.

Tuesday, September 21, 2010

SOP 1: Avoid Changing File Access from Your Program

If you’re program reads/writes to a file or folder that has restrictions (i.e. read-only, or limited user access) and you’re deciding whether to change these access settings – I'd say don’t bother.

filepermission