blob: 6b7f122e3840079848bb62c297653a694df4343b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
\section1 Running on QNX Devices
\list 1
\li Connect the device to the development PC or to the Wi-Fi network.
\li Configure the device and specify a connection to it. For more
information, see \l{Connecting QNX Devices}.
\li If you are running on a BlackBerry 10 device, create an Application
Descriptor File if it does not already exist. For more information, see \l{Deploying Applications to BlackBerry 10 Devices}.
\li Make sure that your kit has your QNX or BlackBerry 10 device set.
\li Click the \uicontrol Run button.
\endlist
\QC uses the compiler specified in the QNX tool chain to build the
application.
If you are running on a BlackBerry device, \QC generates a BAR package,
installs it on the device, and executes the selected application. The
application views are displayed on the device. Standard output is
visible in the \QC \uicontrol {Application Output} view.
\note Debugging is currently only fully supported on Linux and OS X.
It is not possible to insert breakpoints during runtime on Windows.
\section2 Troubleshooting Errors
For the command-line output to show up in the \uicontrol{Application Output}
view when running on a BlackBerry device, \QC needs to be able to establish
an SSH connection to the device.
This is only possible if QNX Momentics is not running, and the SSH key
configured for the device is a 4096-bit key.
If these conditions are not met, you will get an error message saying debug
output cannot be shown.
|