|
Post by jhampton on Mar 15, 2018 16:20:02 GMT
I am using the newest Rho 6 release (windows 7). When I launch the Rhosimulator, the debugging console is gone. I saw a mention elsewhere in this forum about using Chrome - localhost:9090. But i get "This site can’t be reached localhost refused to connect."
How can I debug using Rhosimulator?
|
|
|
Post by georgy on Mar 15, 2018 16:33:23 GMT
jhampton Tell me, have you got installed Qt 5.8.0 ?
|
|
|
Post by jhampton on Mar 15, 2018 17:11:02 GMT
georgy I have not specifically installed QT - only the RhoStudio installer for 6. How can I tell if it's already installed?
|
|
|
Post by Super Admin on Mar 15, 2018 17:24:12 GMT
|
|
|
Post by jhampton on Mar 15, 2018 17:34:35 GMT
I'm not building for Windows Desktop - I'm developing iOS/Android apps. I just want to test the app using the Rhosimulator and debugging - for an iOS app.
|
|
|
Post by Super Admin on Mar 15, 2018 17:37:20 GMT
It doesn't matter. RhoSimulator uses QT 5.8 to show debugging console via using Chrome - localhost:9090 So you have to install QT 5.8 for MAC OS or Windows depending on your platform
|
|
|
Post by Super Admin on Mar 15, 2018 17:40:38 GMT
|
|
|
Post by jhampton on Mar 15, 2018 18:57:33 GMT
I've installed QT 5.8 (64 bit version) and now when I try to launch the Rhosimulator, it says it's launched and nothing happens.
I also added the QTDIR environment variable.
$ rake run:iphone:rhosimulator rho_debug_port=9000 rho_reload_app_changes=0 [INFO] Using Rhodes configuration from path: rhobuild.yml [INFO] Starting rhodes build system using ruby version: 2.3.3 [INFO] rho_reload_app_changes : 0 [INFO] latest_update_time=2018-03-06 13:15:04 -0600 [INFO] cached_time : 2018-03-15 13:07:28 -0500 [INFO] extyml C:/RhoMobileSuite/ruby/lib/ruby/gems/2.3.0/gems/rhodes-6.0.30/lib/commonAPI/coreapi/ext.yml [INFO] add C:/RhoMobileSuite/ruby/lib/ruby/gems/2.3.0/gems/rhodes-6.0.30/lib/commonAPI/coreapi/public/api/Rho.ORM.js to startJSModules_opt.. [INFO] add C:/RhoMobileSuite/ruby/lib/ruby/gems/2.3.0/gems/rhodes-6.0.30/lib/commonAPI/coreapi/public/api/Rho.ORMHelper.js to startJSModules_opt.. [INFO] add C:/RhoMobileSuite/ruby/lib/ruby/gems/2.3.0/gems/rhodes-6.0.30/lib/commonAPI/coreapi/public/api/Rho.Rhosim.Fix.js to startJSModules_opt.. [INFO] add C:/RhoMobileSuite/ruby/lib/ruby/gems/2.3.0/gems/rhodes-6.0.30/lib/commonAPI/coreapi/public/api/Rho.Ruby.RunTime.js to startJSModules_opt.. [INFO] ignore honodejsapi.js [INFO] extyml C:/RhoMobileSuite/ruby/lib/ruby/gems/2.3.0/gems/rhodes-6.0.30/lib/extensions/decryptstub/ext.yml [INFO] extyml C:/RhoMobileSuite/ruby/lib/ruby/gems/2.3.0/gems/rhodes-6.0.30/lib/extensions/json/ext.yml [INFO] extyml C:/RhoMobileSuite/ruby/lib/ruby/gems/2.3.0/gems/rhoconnect-client-6.0.30/lib/../ext/rhoconnect-client/ext.yml [INFO] extyml C:/RhoMobileSuite/ruby/lib/ruby/gems/2.3.0/gems/rhodes-6.0.30/lib/commonAPI/mediacapture/ext.yml [INFO] start rhosimulator
|
|
|
Post by georgy on Mar 15, 2018 19:04:57 GMT
jhampton Please, download and install x86 version.
|
|
|
Post by Super Admin on Mar 15, 2018 19:07:47 GMT
|
|
|
Post by jhampton on Mar 15, 2018 19:26:50 GMT
Ahh! That worked. Thank you so much! Back to debugging again
|
|
|
Post by fnllc on Jun 28, 2018 13:56:23 GMT
I'm on macOS 10.13.5 and Rhodes 6.0.55. There is no debugging console when I start RhoSimulator.
Versions: - Rhodes: 6.0.55 - RhoSimulator: 6.0.0 - QtWebEngine: 5.9.5 - App Compiled with QT Version: 5.9.5 - Running with QT Version: 5.9.5
I installed Qt 5.11.1 with brew:
brew update && brew install qt5 --with-qtwebengine
|
|
|
Post by Vladimir Musulainen on Jun 28, 2018 14:02:24 GMT
Please do the following: Run the chrome browser & open url: http://localhost:9090 for opening debugging console.
|
|
|
Post by egghead on Jul 11, 2024 11:18:18 GMT
|
|
|
Post by Alex Epifanov on Jul 11, 2024 11:47:37 GMT
|
|