Re: Unable to get to debug points in unit tests when debugging at build time

2022-01-10 Thread Nuwan Jayawardene
Noted Vanji, Ravi actually suggested that I attempt using the -Dtest switch in maven, so I'm currently attempting that. Will update this thread moving forward. Thanks and regards On Tue, Jan 11, 2022 at 8:05 AM Vanjikumaran Sivajothy < vanjikuma...@gmail.com> wrote: > I would recommend debugging

Re: Unable to get to debug points in unit tests when debugging at build time

2022-01-10 Thread Vanjikumaran Sivajothy
I would recommend debugging it isolatedly. On Mon, Jan 3, 2022 at 7:14 AM Nuwan Jayawardene wrote: > Hi all, > I'm currently working on writing unit tests in the > AddressEndpointSerializationTest class, which are meant to test out some > functionality I've implemented on the AddressEndpointFact

Unable to get to debug points in unit tests when debugging at build time

2022-01-03 Thread Nuwan Jayawardene
Hi all, I'm currently working on writing unit tests in the AddressEndpointSerializationTest class, which are meant to test out some functionality I've implemented on the AddressEndpointFactory class. I've been running the mvn clean install -Dmaven.surefire.debug command and running a remote debugg