Re: JESS: running JessDE debugger within a java debug session

2005-11-29 Thread ejfried
Mixed-language debugging would be brilliant, but unfortunately Eclipse doesn't support it right now. They are talking about it for future releases. It would surely require a total redesign of the existing Jess debugger, but it would be worth it. Maybe you can factor the Java setup code so that you

JESS: running JessDE debugger within a java debug session

2005-11-29 Thread erich.oliphant
Hi, I have a .clp file that interacts with a lot of definstances. I have Java JUnit drivers for many of my test cases but I'd like to run the debugger as I'm executing some of them. Setting up the object graphs again in jess would be complicated. Any suggestions? ---