[Lazarus] Funny bug

Mattias Gaertner nc-gaertnma at netcologne.de
Fri Apr 11 14:03:26 CEST 2014


On Fri, 11 Apr 2014 10:45:12 +0200 (CEST)
Michael Van Canneyt <michael at freepascal.org> wrote:

> Hi,
> 
> Just encountered this rather nice bug:
> 
> Debugging a project in Lazarus, linux.
> 
> I have in "Run Parameters"
> Command-line parameters: "https://www.google.be/ out"
> 
> I copy all sources to windows, open the project start debugging. And get an error.
> Wondering what it is, I see that the command-line parameters setting was changed to
> 
> Command-line parameters: "https:\\www.google.be\ out"
> 
> Which is of course wrong...
> 
> I understand where it comes from, but do suggest to leave the entry in this box alone...

Under Linux '\' are converted when running with the gdb
debugger.
It does not happen when running with the 'none' debugger.

Maybe this gives Martin an idea.

Mattias




More information about the Lazarus mailing list