From Fedora Project Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 August 2023

  • curprev 08:5408:54, 17 August 2023Sumantrom talk contribs 1,254 bytes +1,254 Created page with "{{QA/Test_Case |description=This test case validates that the debugedit tool is functioning correctly by editing and verifying a debuginfo file. |setup=Ensure that the debugedit package is installed: # `sudo dnf install rpmdevtools` |actions= # Create a directory for the test # `mkdir ~/debugedit-test` # `cd ~/debugedit-test` # Create a simple C program # `echo -e '#include <stdio.h>\nint main() { printf("Hello, World!\\n"); return 0; }' > hello.c` # Compile the C progr..."