KDbg/uk: Difference between revisions

    From KDE UserBase Wiki
    (Updating to match new version of source page)
    (Created page with "* Інспектування значень змінних у ієрархічному списку.")
    Line 10: Line 10:
    [[Image:Kdbgtotal.png|center|500px|thumb|Початковий код, точка зупину, локальні змінні, вираз, за яким ведеться спостереження та список потоків обробки]]
    [[Image:Kdbgtotal.png|center|500px|thumb|Початковий код, точка зупину, локальні змінні, вираз, за яким ведеться спостереження та список потоків обробки]]


    * Inspection of variable values in a tree structure.
    * Інспектування значень змінних у ієрархічному списку.


    * Direct member: For certain compound data types the most important member values are displayed next to the variable name, so that it is not necessary to expand the subtree of that variable in order to see the member value. For example, you don't need to go into a variable of type QString if you want to see the string that the variable holds. (BTW, this is of course not hardcoded, but can be extended to new types.) KDbg can even display Qt's QString values, which are Unicode strings.
    * Direct member: For certain compound data types the most important member values are displayed next to the variable name, so that it is not necessary to expand the subtree of that variable in order to see the member value. For example, you don't need to go into a variable of type QString if you want to see the string that the variable holds. (BTW, this is of course not hardcoded, but can be extended to new types.) KDbg can even display Qt's QString values, which are Unicode strings.

    Revision as of 13:44, 27 October 2018

    Other languages:
    KDbg — графічний інструмент зневаджування ваших програм.

    Можливості

    Початковий код, точка зупину, локальні змінні, вираз, за яким ведеться спостереження та список потоків обробки
    • Інспектування значень змінних у ієрархічному списку.
    • Direct member: For certain compound data types the most important member values are displayed next to the variable name, so that it is not necessary to expand the subtree of that variable in order to see the member value. For example, you don't need to go into a variable of type QString if you want to see the string that the variable holds. (BTW, this is of course not hardcoded, but can be extended to new types.) KDbg can even display Qt's QString values, which are Unicode strings.
    • Debugger at your finger tips: The basic debugger functions (step, next, run, finish, until, set/clear/enable/disable breakpoint) are bound to function keys F5 through F10. Quick and easy.
    • Of course, lots of other basic functions: View source code, search text, set program arguments and environment variables, display arbitrary expressions. Everything you need to debug a program!
    • Debugging of core dumps, attaching to running processes is possible.

    Докладніші дані щодо програми можна знайти на домашній сторінці проекту.

    З підручником можна ознайомитися тут.


    Подробиці щодо цієї програми можна знайти на домашній сторінці відповідного проекту