Have you tried to check the “Run in compile mode” box of Juno’s debugger?
My understanding is that if the slower part of your code is in a function different of that which you are @entering - and you don’t step deliberately into that function - the performance of the debugging mode will not be spoiled that much if you do that (although it will always be slower than the “normal” mode anyway).