It would be nice to be able to do something like :
mongo <host>
> use admin
> db.runCommand(
)
which would then start printing full stack traces for all assertions on the running server. This would be useful in tracking down uncaught exceptions from frequently-used parts of the code.