I've a third party model that is packaged up in a jar file, and running on an MCR on Linux.
There is no real logging though with this model, so I've no real idea what it is doing when it is running.
Is there any way to trace/debug the model runtime easily without having to pepper it with outputs to the console?
Something similar to a Java thread dump would be very useful!