Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to find out Device Panel in Visual Studio 2012 on Windows 8?

1.Install VS 2012 Ultimate on Windows 8, then start VS 2012, but can not find Device Panel from VS2012 View Menu. Only 3 options for debug for windows store app:

Simulator  
Local Machine  
Remote Machine  

Device Panel mentioned here.

2.If debugging windows store app with Simulator, run the app, then try to stop the debug app with Alt+F4, the app running in simulator won't closed, if switching to VS 2021 with Alt+Tab to stop the debugger, VS 2012 will be frozen and crash finally.

Not sure where wrong. how to fix it? where to find out Device Panel, is it same as Simulator?

like image 888
KentZhou Avatar asked Nov 27 '22 21:11

KentZhou


2 Answers

In the Menu Bar. Select "Design" and click on "Device Windows".

like image 192
André Alberto Avatar answered Dec 04 '22 21:12

André Alberto


Device Panel is not same as Simulator, it is a quick tool to change design surface to match screen resolutions, device state's etc., and that's about it.

here is the device panel

enter image description here

and it appears on

enter image description here

like image 32
Mayank Avatar answered Dec 04 '22 22:12

Mayank