Strange debugging behavior [message #1851416] |
Tue, 05 April 2022 06:07  |
Eclipse User |
|
|
|
I'm developing with this configuration:
wildfly 21 eclipse: Version: 2021-09 (4.21.0) Build id: 20210910-1417
everything goes the right way but sometimes(often, 3 times/month) a strange bug appears. Let me explain:
sometimes the webserver cannot find existing servlets(although I'm not working on them so I haven't changed their code)
sometimes while debugging variables are null although I've initialized them, ex. I've got an ArrayList and the debugger marks it as null but when the debugger arrives at myArrayList.add(obj), no error is shown so I suppose it's only an eclipse debug bug because the landing page then loads succesfully but with it's list elements doubled and I cannot actually debug or continue working. After some hours(or sometimes the next day) of cleaning webserver, project, updating maven, deleting .m2 folder, and other temporary folders of eclipse and webserver or maybe the next day, the bug is gone and I can keep working like before and the strange thing is that I haven't made any change to my code.
Anyone is having the same issues?
Note: I'm having these issues since 3 versions ago of eclipse ago.
|
|
|
|
Powered by
FUDForum. Page generated in 0.26982 seconds