GSoc/2021/StatusReports/EzikeChukwuebuka: Difference between revisions

From KDE Community Wiki
Line 1: Line 1:
== KMyMoney: GDB printers for QT and KF5 classes ==
== KMyMoney: GDB Printers For QT And KF5 Classes ==


=== Mentors ===  
=== Mentors ===  
Line 8: Line 8:
All the work done during the summer of code can be found in [https://invent.kde.org/ebuka/gdb_printers this repository].
All the work done during the summer of code can be found in [https://invent.kde.org/ebuka/gdb_printers this repository].


These weekly blog posts contain details about what work was completed weekly or bi-weekly, here are the work done during said week.
These blog posts contain details about what work was completed weekly or bi-weekly, here are the work done during said week.


* [https://da-viper.github.io/post/week1kdesoc/ Week 1]
* [https://da-viper.github.io/post/week1kdesoc/ Week 1]

Revision as of 15:01, 23 August 2021

KMyMoney: GDB Printers For QT And KF5 Classes

Mentors

  • Ralf Habacker
  • Thomas Baumgart

Work Report

All the work done during the summer of code can be found in this repository.

These blog posts contain details about what work was completed weekly or bi-weekly, here are the work done during said week.

Project Overview

GDB printers is used to show variables when debugging in GDB, in a human readable format.

Tasks

The objective of the program was to improve existing printers, that includes additional printers as well as fixing problems in the existing printers.