How to create minidump file in webplayer mode?(C# sript)

In webplayer mode, the unmanaged dbghelper.dll can not be used, so how can I create the dump file?

you can’t, no access to system, point.

But depending on what you really want to do there is the dev webplayer to which you can hook up the debugger for example. Also the webplayer when crashing will save the crash dump itself if I recall right

Thx dreamora
I want to collect the dump file and find the bug when the game has been published in the futrue. As I did in the games traditional( C/S Mode).
So how can I find the bug if the game crashes while the customer is playing? Only depends the log?