I have an isolated shell application.When I open my application for the first time(after installation of application) and start to debug,four memory windows(Memory1,Memory2,Memory3,Memory4) are automatically
popping up.I know that if I close these windows,it wont be visible for the next time until we manually open it.But initially I don't want it to pop up.For our own tool window I know that using "ProvideAutoLoad" in package class will load tool window
in specific context.But for memory window ,I dont know how to do.Can anyone help??
↧
How to disable the popping up of memory windows when debugging is being started?(Vs isolated shell)
↧