Getting the compiled asm of .NET application in Mono-Collection of common programming errors

Can I get asm-implementation of .NET application after JIT-compilation in Mono 3.2.3 (namely assembler, not IL). In Visual Studio I can use different debug tools for getting asm-code, registers state, memory, etc. :

Is there some way to get this data in Mono? Can I also get dump of memory in runtime? Previously, for these purposes, I could use Hard debugger, but it’s not supported now.