[fpc-devel]gdb and file handles
    Rimgaudas Laucius 
    rimga at ktl.mii.lt
       
    Mon Dec 30 11:40:52 CET 2002
    
    
  
Hi,
I noticed that gdb does not release file handle after use. I think it can be
actual in FP IDE also. There is no problems under win9x, because there is a
lower files protection. But under winnt (2000) this file can not be removed
(or linked).
Tested with gdb 4.18.b1 and libgdb 5.0.
You can try this (must be under winnt):
>gbdpasw
>file [program.exe]
>run
>file
del [program.exe]
It deletes program only after gdbpasw close.
    
    
More information about the fpc-devel
mailing list