How to debug in Appstudio's QTCreator.

624
2
09-07-2017 10:02 AM
by Anonymous User
Not applicable

Hi,

I started exploring App Studio.
I have been writing sample custom apps. I am using standard version.

But till now I am unable to figure out how to debug line by line. if I set break point in the QtCreator and I  run the app, but the app does not stop there. see in this program code(snap attached), I am using console.log statment to see if it will print in the Debugger console, but it does not show any thing in the white area.

I was able to use app player and log messages to console, that thing I am familiar. But how do I use the QTCreator debugger console.

Do I need do some settings. Please send me any video link which explains debugging.

debugger Console snap

0 Kudos
2 Replies
KaushikMysorekar
New Contributor III

Hi Muralidhar,

Did you try running your App using Alt + Shift + R (Tools -> External -> AppStudio -> Run)?

Also did you watch the "General Messages" window for the console messages?

FYI, if you haven't already seen -Debugging JavaScript in Qt Creator—AppStudio for ArcGIS | ArcGIS 

Kaushik

0 Kudos
by Anonymous User
Not applicable

Thanks Kaushik.