ABLUnit Debugging

Posted by GregHiggins on 01-Aug-2016 16:55

It's not perfect, but ...

@Setup.
method public void setUp( ):
debugger:initiate ( ).
debugger:set-break ( ).
debugger:visible = true.
return.
end method.

All Replies

Posted by Peter Judge on 02-Aug-2016 08:52

nice touch

Posted by srireddy on 20-Feb-2017 07:24

Hi Greg,

Now ABLUnit Debugging is completely integrated in Progress Developer Studio, Now you can seamlessly debug your test cases without having to setup debugger handle in Setup method.

All you have to do is Right click on the test case you want to debug and select "Debug As > Progress ABLUnit Application

This has been implemented in 11.7 and you can give it a try in the latest "OpenEdge 11.7 ESAP 6 " release which was released on 18th February.

Please give it a try and let us know your comments.

Thanks,

Nischal Y

This thread is closed