Community
Participate
Working Groups
Launch debugger using JAXB RM. Run program under debugger, but no output is seen from printf statements in the code.
Created attachment 212407 [details] Patch to listen for debug events I've created a patch to fix the lack of console output when using a JAXB RM in debug mode. The problem was the CommandJobStreamMonitor wasn't listening for IJobChildListener events. I added both a setJob method on the monitor and updated the constructor to take a IPJob as an argument (required for the events).
Chris, I don't think this got into 5.0 did it? Would you be able to update the patch for 6.0? Thanks!
I just saw your comment (for some reason I'm not cc'd on this bug), I'll update the patch ASAP.
Created attachment 216521 [details] patch to listen for debug events This should replace the previous patch. I had to make some edits to the patch git created because it was adding in a lot of cruft about some deleted plugins (might be related to the resource manager overhaul) and I couldn't figure out a way to specify which files to diff. If this doesn't work properly, I'll create a new clean workspace and new patch.
I've committed a slightly modified version of the patch that keeps all the deprecated interfaces in once place (now that I've marked the interfaces as deprecated in core). Please check that it still works for you. Thanks!
I checked out your change and it works for me.
Closing as fixed. Thanks!