Hi Galaxy dev team,
 
This is Yi WANG, developer from a team aiming to integrate some own tools into Galaxy framework for the tools' web application.
 
We have finished the tool configs and are currently testing our tools under Galaxy testing framework. Sometimes when there are some exceptions raised during the tests, we would like to debug into our tool codes to see what had happed in detail. And we use python debug 'pdb' for this purpose.
 
But when a breakpoint is reached during the test, we expect but are not able to see any pdb prompt (debug interface) or debug information from the console (although we are sure that the testing does pause for the break point), which makes the debug procedure rather difficult.

And still, it is weird that, after we type "quit" command to exit pdb (the testing will of course resume), the log of the testing will then display the debug information which should have appeared previously under 'pdb' prompt.
 
Could you please give us some hints on this? Any advice on this issue will be really appreciated.  Thanks so much.
 
 
Regards
Yi WANG