react-native-debugger icon indicating copy to clipboard operation
react-native-debugger copied to clipboard

Debugger window position problem

Open cvvspb opened this issue 7 years ago • 3 comments

React Native Debugger app version: 0.7.20 React Native version: 0.57.0 Platform: iOS/Android Is real device of the platform: No Operating System: Windows

There is a problem with the position of the main window of the app. I have a notebook and attach an external monitor to it. I move the react-native-debugger window around often, sometimes open it on the attached monitor. The resolution of the notebook screen and the external monitor differs.

The application somehow tries to remember the window position, but that is not working properly. Sometimes, the window title goes above the top of the screen, and it is impossible to drag the window down. Sometimes, the application tries to open the main window on the second (external monitor) screen while I don't have it attached. So, when I ran the app, the window is not visible. If I try to minimize/maximize it by clicking the taskbar icon, Windows shows "expanding/collapsing" animation to the external monitor which is apparently missing.

Could you please write a workaround on how to reset the saved main window position? Thanks!

cvvspb avatar Sep 19 '18 20:09 cvvspb

have the same issue, now i can not found the window...

clijiac avatar Nov 20 '18 02:11 clijiac

Workaround: go to <USER_PATH>\AppData\Roaming\React Native Debugger\ and delete config.json

merigold avatar May 01 '19 09:05 merigold

This happens to me when i have multiple monitors (dual screen) and I switch off one of them.

Deleting config.json solved it. Thanks

samipshah100 avatar Apr 23 '20 05:04 samipshah100