Re: Using the Debugger with Tests

2024-08-14 Thread Emma Atkinson
Neil Well blow me! That fixed the problem. Solution: *package names must be in lowercase text* Thank you. Emma On Wed, 14 Aug 2024 at 15:12, Neil C Smith wrote: > On Wed, 14 Aug 2024 at 14:53, Emma Atkinson > wrote: > > Debug File works only with the main application, not the tests in the

Re: Using the Debugger with Tests

2024-08-14 Thread Neil C Smith
On Wed, 14 Aug 2024 at 14:53, Emma Atkinson wrote: > Debug File works only with the main application, not the tests in the test > section (TestNG in my case). I didn't mention Debug File itself. > If I select a test file I the Menu changes to Debug Test File (Ctrl Shift > F6). Running that gi

Re: Using the Debugger with Tests

2024-08-14 Thread Emma Atkinson
Neil I have. No they don't. Debug File works only with the main application, not the tests in the test section (TestNG in my case). If I select a test file I the Menu changes to Debug Test File (Ctrl Shift F6). Running that gives the following error: FAILURE: Build failed with an exception. * W

Re: Using the Debugger with Tests

2024-08-14 Thread Neil C Smith
On Wed, 14 Aug 2024 at 14:27, Emma Atkinson wrote: > > Hi > I would like to be able to use the debugger while running a TestNG test suite. > > To run the TestNG Test Suite I select the project then using the Right Mouse > Button >> Test (Alt F6). > > I would like to run the debugger, setting brea

Using the Debugger with Tests

2024-08-14 Thread Emma Atkinson
Hi I would like to be able to use the debugger while running a TestNG test suite. To run the TestNG Test Suite I select the project then using the Right Mouse Button >> *Test* (Alt F6). I would like to run the debugger, setting breakpoints etc. I have tried a number of ways without joy. How mig