i'm new in devextreme development, i would like to develop an android application. Can i debug step by step, using breakpoints a devextreme application on simulator or device? I tried Courier App on Android and it seems you can only run the app,not debug. Also simulator on chrome doesn't stop on breakpoints.
我是devextreme开发的新手,我想开发一个Android应用程序。我可以一步一步地使用断点在模拟器或设备上使用devextreme应用程序进行调试吗?我在Android上尝试过Courier App,看起来你只能运行应用程序,而不是调试。此外,Chrome上的模拟器不会在断点处停止。
1 个解决方案
#1
3
I see the following ways to go:
我看到以下方法:
-
for desktop you can debug your application in DevExtreme simulator with developer tools available (e.g. DevTools for Chrome). Just open DevTools and set necessary breakpoints or put debugger; line in your code where you need to debug.
对于桌面,您可以使用开发人员工具(例如DevTools for Chrome)在DevExtreme模拟器中调试您的应用程序。只需打开DevTools并设置必要的断点或调试器;您需要调试的代码中的行。
-
for device use remote debugging available in Chrome. Check out how to use it https://developer.chrome.com/devtools/docs/remote-debugging
用于设备使用Chrome中提供的远程调试。看看如何使用它https://developer.chrome.com/devtools/docs/remote-debugging
#1
3
I see the following ways to go:
我看到以下方法:
-
for desktop you can debug your application in DevExtreme simulator with developer tools available (e.g. DevTools for Chrome). Just open DevTools and set necessary breakpoints or put debugger; line in your code where you need to debug.
对于桌面,您可以使用开发人员工具(例如DevTools for Chrome)在DevExtreme模拟器中调试您的应用程序。只需打开DevTools并设置必要的断点或调试器;您需要调试的代码中的行。
-
for device use remote debugging available in Chrome. Check out how to use it https://developer.chrome.com/devtools/docs/remote-debugging
用于设备使用Chrome中提供的远程调试。看看如何使用它https://developer.chrome.com/devtools/docs/remote-debugging