Android Siege Lion Debug

Source: Internet
Author: User
Set breakpoint 1, ctrl+shift+b add Breakpoint 2, double-click to add a breakpoint (as shown in the cursor, click on the line before the line number of the blue vertical section) 3, the corresponding row right click, select Toggle Breakpoint.

The debug interface on the left is the program's Call Station (debug) on the right is the Variable Value display window (x=vanables) the second label on the right is the program all the labels (breakpoints) Debug1. Start the debug program, via the Eclipse debug As Launcher 2. Add Breakpoint 3. The program runs to the breakpoint location automatically stops to the breakpoint code 4. Start Tracking program F6 line-by-row tracking F5 Entry method F7 Bounce method F8 The next breakpoint or the end of the debug mouse on the property value will show the window details or right-click to select Instect Display property value details red Button Disconnect Exit Debug mode

Debug1. Enter the Debug mode: the first type: Project->debug as->android applecation The second type: Click the bug in the toolbar, Select the Debug project in the drop-down list 2. How to add a breakpoint: First: Double-click the left margin of the code in the edit box to add it, double-click Delete. Second: Right-click->toggle breakpotion Add or remove in the space to the left of the line number where the code is located in the edit box. Third: Shortcut keys ctrl+shift+b, add or remove, note that you must place your cursor in the line of code where you added the breakpoint 3. How to track the program: F5: Enter method F6: line-by-row tracking F7: Jump Out of method F8: Next breakpoint or End Debug4:debug window first: The upper-left corner is the second of the call stack: the upper-right corner is the Variable Value window third: Below, code tracking box

Android Siege Lion Debug

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.