Re: Should Delphi be able to export projects to FPC?



"Graeme Geldenhuys"
I can't see how this can be considered a weakness?? What do you do with a
compiler and IDE? You develop software. Can anybody write software that
is bug free, first time round? NO. So, you need to debug it as you
develop.... which means, you need DEBUG information on!

Until recent versions of FPC/Lazarus IDE the -Xs option wasn't working
properly and you had to run the strip manually which was not a good thing.
The weakness is that Lazarus doesn't offer a way to distinctly separate
RELEASE and DEBUG builds. Which I beleive must be implemented in future
releases.

Once you app is complete and tested and ready for shipping, THEN ONLY do
you remove/disable debug information and create a stripped down
executable.

Yes, but wouldn't it be better to simply switch it from DEBUG mode to
RELEASE instead of manually adjusting some switches that you may not
remember always.



.



Relevant Pages

  • vs2005 express hangs
    ... I seem to have introduced a probem into my application wich cuases the IDE ... when I switch from debug to reease mode. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Walkthrough Instruction Error
    ... behave the same as if run from outside of the IDE ??? ... working in VB6, I really wasn't expecting it to be that very very bad. ... It's cute, but hardly practical given you can't run it from the IDE, can't debug it etc, etc. ... folks in .NET groups first what they think about this idea. ...
    (microsoft.public.vb.general.discussion)
  • Re: 7.1 IDE bug
    ... I have found that this can happen both on beginning and ending debug ... sessions. ... If a file is unsaved and closed by the IDE, ... pbromley at adi dot co dot nz ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Debugging ActiveX Components: How does VB6 IDE work around the problem?
    ... ways to debug VB6 ActiveX components: ... IDE registers VB6DEBUG.dll as the substitute component, ... need to compile a version with debug symbols. ... process as the "test" client. ...
    (microsoft.public.vb.general.discussion)
  • Re: Trying to debug a VB6 Interop object called by a C# ASP.NET app.
    ... > calls that Interop object I expect the VB 6 IDE to hit the break point and so ... I haven't tried to do it with a .NET client, but had to debug VB code ... VS.NET debugger should be attached in Native ... Local variables can be seen in Locals window (usually there are also various ...
    (microsoft.public.vsnet.debugging)