This question just came up in a discussion and i am curious to know .
Is it possible to have a debugger that can debug 2 languages . For example . If i have Java program that references/opens/accesses/ a script (Perl or Python) then is it possible to have a debugger to be able to debug the Perl/Python script ?
Note : Logging is not an acceptable debugging technique here .