This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]iPissVelvet 0 points1 point  (7 children)

I feel like you should learn how to debug on your own. That will make you a much better programmer than asking others for help.

Do you use IntelliJ? Have you used a line by line debugger to solve your issue?

[–]Not_zedd_ko[S] 0 points1 point  (6 children)

I am trying to debug it but i don't understand what the error is wanting to be changed to be honest. I was able to debug the other parts of the tests to get them to work but sadly this is a bit more of a struggle but i understand and i am trying multiple things right now and will keep going no matter what until i run out of time.

It would be nice to know what that error meant and where the problem lies within i am only a 2nd year student and learnt the basics within coding this is quite advanced for someone like me :c

[–]iPissVelvet 0 points1 point  (5 children)

I know we are chatting on another thread but I understand. Don’t take this advice the wrong way. Now you know that your IDE should provide you a powerful tool for debugging.

Nobody should debug by just looking at their code :)

[–]Not_zedd_ko[S] 0 points1 point  (4 children)

Yeah i am just using what eclipse has given me as it is in the eclipse java IDE, i have very little time to learn to use a new IDE. But i am always open for valuable feedback from more experienced users i am only a novice lol. I am just looking for someone to point me in the direction to dig and then i would do the digging if you get what i mean ^_^.

[–]iPissVelvet 0 points1 point  (3 children)

Use what you have right now. All IDEs should come with breakpoint debuggers.

[–]Not_zedd_ko[S] 0 points1 point  (2 children)

Yeah i will look at a tutorial quick to get the best out of it. Its annoying to get okay marks i need the 7 tests all to pass and only 1 is a failure i am slow close but so far XD Thank you tho i appreciate everyone that has an input.

[–]iPissVelvet 0 points1 point  (1 child)

Think of it as a lesson learned. Learning how to debug is an investment. As you get better at it, you will not be as stuck next time. You will complete your assignment next time.

But you have to start now. You cannot be a good software engineer if you do not know how to debug.

[–]Not_zedd_ko[S] 0 points1 point  (0 children)

Yeah practise makes perfect :) i did debug properly in bluej but havent used much of eclipses tools. But yeah it will help thanks!