Link to home
Start Free TrialLog in
Avatar of gudii9
gudii9Flag for United States of America

asked on

Debugging challenges

Debugging multi-threaded applications can be tricky because whenever one thread reaches a break-point, all other threads also stopped.

Intermittent issues arising from improper implementation of equals( ) or hashCode( ) methods or data related require a more thorough debugging.


I was reading as above  about Debugging challenges.

i have not understood clearly what it means.
please advise
Any links resources ideas highly appreciated. Thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of mccarl
mccarl
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gudii9

ASKER

Intermittent issues arising from improper implementation of equals( ) or hashCode( ) methods or data related require a more thorough debugging.


What kind of intermittent issues comes with 'implementation of equals( ) or hashCode()'

Please advise