LoginSignup
0
0

More than 5 years have passed since last update.

2019年2月版 モダンな EgretEngineで開発したゲームのデバッグ方法

Last updated at Posted at 2019-03-04

VS Codeのデバッグメニューからビルド&起動をすることができます。
image.png

このようにChromeが起動します。
image.png

デバイスのエミュレーションをするために解像度や画面の向きを変更するためには、Chromeの検証ツールを使います。
image.png

ところが、再度VS Codeからビルド&起動させると最初の全画面モードに戻ってしまいます。

おすすめの方法はプロジェクトのホームディレクトリでegret run -aです。

c:\workspace\JumpAndRun>egret run -a
Egret Engine latest version: 5.2.14
Egret Engine current version: 5.2.12
You can upgrade your project via egret upgrade
您正在使用白鹭编译器 5.2.12 版本
Compiling the project ...
Total project compiling time: 3.657 second
Server running at port: 3002.


    Egret server is running, you can access by URL:


        http://169.254.236.78:3002/index.html
        http://192.168.99.1:3002/index.html
        http://192.168.100.101:3002/index.html


    Auto compile service is running...

プログラムを修正して保存すると自動でコンパイルされます。

    Auto compile service is running...
+    Auto compile is done.
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0