recently, I have been working on Mini Program, using the Mini Program development tool, which has preview and remote debugging functions, and a corresponding preview interface on the left side of the tool. But now I want to debug the real phone on my phone. My question now is:
- how to do this I modified the code in the development tool, saved or pressed the corresponding shortcut keys, and the page corresponding to the real machine (Wechat Mini programs) will also be automatically updated. Now I have tried the preview and remote debugging functions will not automatically refresh the page in Wechat, I now modify a line of js, to scan the code to see the corresponding effect, this is not realistic.
- in addition: what"s the difference between scanning QR code preview and automatic preview in the preview function?
Thank you!