Bugs

Delphi breakpoints

Breakpoints A breakpoint tells the debugger to pause the program’s execution at the location (line of code) where the breakpoint is. We can set source breakpoints in the Code Editor before we run the program, but also while the program is already running. The places where we can place breakpoints are marked by a blue […]

Delphi breakpoints Read More »

When company does not want to spend money for training… they spend more money for fixing

Two weeks ago, a buggy project landed in my hands, to repair. The bug report was really unclear – it was just stated a piece of code that was supposed to upload some Json files to the Azure cloud was not working on some PCs. The code was something like this – well actually was

When company does not want to spend money for training… they spend more money for fixing Read More »

Embarcadero finally decided to fix SOME bugs in Delphi

In the new road map, Embarcadero finally decided to fix SOME bugs in Delphi. It seems good news but hold your horses: 1. They not always keep their promise related to the road map. 2. There are not so many bugs 3. They won’t do all the fixes at once, but until 2018 4. Until

Embarcadero finally decided to fix SOME bugs in Delphi Read More »

Google Drive still unreliable (How to fix ‘Primary key must be unique’ error)

I hate Google Drive. It is haunted by too many bugs.  Recently my GDrive application started showing a “primary key must be unique” error message, asking me to disconnect the drive and start all over again. I did that. Took few hours to resynchronize it all. But the next day I got the same error

Google Drive still unreliable (How to fix ‘Primary key must be unique’ error) Read More »

Scroll to Top