Java Question Debugging libraries

wl

Well-Known Member
Licensed User
Longtime User
Hello,

I was just wondering: what is the best way to debug libraries written in Java/Eclipse ?

I can write a simple console app that launches the different methods etc, but how will I pass the BA object ? Or should I just pass null to these methods ?

Thanks,

Wim
 

wl

Well-Known Member
Licensed User
Longtime User
Erel,

Since I'm writing just some basic classes, ti could be helpful to debug within Eclise (just by writing a class with a main method).

Problem is that the wrapper code contains references to the BA object (eg: submitrunnable), which; obiously, I do not have.

Is there a way to mock this object ?

Wim
 

wl

Well-Known Member
Licensed User
Longtime User
Hi Erel,

Yes, I will have a go at this...

Thanks,

Wim
 
Top