-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to do debug breakpoint #85
Comments
done. https://www.mediafire.com/view/vi5fojxvh99vdxi/awtk_demo.png
gedit ./SConstruct
~in x86 pc |
if in eclipse u need gdb command before debug set solib-absolute-prefix /root/nt9832x/na51068_sdk_nand/gui/awtk-linux-fb set solib-search-path /opt/ivot/arm-ca9-linux-gnueabihf-6.5/arm-ca9-linux-gnueabihf/sysroot/lib:/opt/ivot/arm-ca9-linux-gnueabihf-6.5/arm-ca9-linux-gnueabihf/sysroot/usr/lib:/root/nt9832x/na51068_sdk_nand/gui/awtk-linux-fb/lib:/root/nt9832x/na51068_sdk_nand/gui/awtk-linux-fb/bin |
好的,谢谢。 |
for u debug my man~using eclipse Luna SR2 and openjdk 8 |
very good~~~ |
谢谢支持 |
most arm target support tftp upload this is a sample may be you can use it~ |
好的,谢谢。 |
as title i want to break at a line and see the variable value
The text was updated successfully, but these errors were encountered: