Lazarus
Free Pascal => Beginners => Topic started by: JLWest on November 15, 2020, 03:09:53 am
-
Getting the exception class external Sigsevg error at address 1000470170,
So under the debugger i set a breakpoint at the first statement in the Createform procedure.
I get the error before it gets to the breakpoint.
However if I just do a build it fine.
What could this be?
Thanks
-
go in and clear all of your break points from the list..
you may have one a stray that has not synced properly with your current source.
you most likely will find a break point looking at an address instead of something you know of.
---
-
That appears to have done the trick.
Thanks for the quick reply and answer.