You are viewing our Forum Archives. To view or take place in current topics click here.
Debugging service
Posted:

Debugging servicePosted:

Masa
  • Resident Elite
Status: Offline
Joined: Jul 20, 201113Year Member
Posts: 210
Reputation Power: 9
Status: Offline
Joined: Jul 20, 201113Year Member
Posts: 210
Reputation Power: 9
Masa's Debugging Service

Got a problem with your code that you can't fathom?
Got a dirty stacktrace that you can't decipher?
Want to add a feature to your program but are struggling to get your head around how you implement it?

I'm offering my services as a programmer to all members that need help figuring out what is wrong with their code and helping you understand how to implement trickier aspects of software functionality!

Simply post a reply with this information:
Language:
Stacktrace/Error (please use quote tags for this):
Desired functionality:
Faulty code (please use code tags):

Example form:
Language: Java
Stacktrace/Error (please use quote tags for this):
My Error wrote Exception in thread "main" java.lang.NullPointerException
at com.example.myproject.Book.getTitle(Book.java:16)
at com.example.myproject.Author.getBookTitles(Author.java:25)
at com.example.myproject.Bootstrap.main(Bootstrap.java:14)

Desired functionality: For it to work!
Faulty code (please use code tags):
public void someRandomFunction(String random){
    random = "I have a problem";
}

I will either reply with my suggestions or I will PM you requesting the source code to further read into the issue. If you are aware that the issue is contained within a certain section of your code, please post this using the formatted code tags.
If you do not want to publicly disclose your source, please put "PM'd" in the 'Fault code' section of the form and PM it to me after you have posted

Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.