[lazarus] Out of bounds and GDB

2008-01-04 Thread Damien Gerard


Hi,

In a program compiled for Win32, I have got at runtime an exception  
List index (1) out of bounds, which does not really surprise me.
However, even with options enabled, GDB is not aware of this exception  
and the program can continue as if nothing happened.


Very usefull for a user but annoying for debugging.

I don't know if it is possible but Is there a way to disabled the  
catch ?


Thanks !


--
Damien Gerard
[EMAIL PROTECTED]

People who used magic without knowing what they were doing usually  
came to a sticky end. All over the entire room, sometimes.

-- (Terry Pratchett, Moving Pictures)



_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Out of bounds and GDB

2008-01-04 Thread Vincent Snijders

Damien Gerard schreef:


Hi,

In a program compiled for Win32, I have got at runtime an exception 
List index (1) out of bounds, which does not really surprise me.
However, even with options enabled, GDB is not aware of this exception 
and the program can continue as if nothing happened.


Very usefull for a user but annoying for debugging.

I don't know if it is possible but Is there a way to disabled the catch ?



Set a breakpoint on FPC_RAISEEXCEPTION

Vincent

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Out of bounds and GDB

2008-01-04 Thread Damien Gerard


On Jan 4, 2008, at 10:52 AM, Vincent Snijders wrote:


FPC_RAISEEXCEPTION


Oh yes it obvious... A godd idea :)  Thanks !


--
Damien Gerard
[EMAIL PROTECTED]

People who used magic without knowing what they were doing usually  
came to a sticky end. All over the entire room, sometimes.

-- (Terry Pratchett, Moving Pictures)



_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives