Re: [MSEide-MSEgui-talk] debugger question

2016-08-28 Thread Martin Schreiber
On Sunday 28 August 2016 21:16:57 Patrick Goupell wrote: > I am developing an app that requires command line parameters. > > is there a way to pass the parameters thru the debugger to the program? > Please use 'Target'-'Environment'-'Parameters'. Martin

[MSEide-MSEgui-talk] debugger question

2016-08-28 Thread Patrick Goupell
I am developing an app that requires command line parameters. is there a way to pass the parameters thru the debugger to the program? Thank youio. Patrick -- ___

Re: [MSEide-MSEgui-talk] Debugger question

2016-04-29 Thread Graeme Geldenhuys
On 2016-04-29 06:41, Martin Schreiber wrote: > Is 'Project'-'Options'-'Debugger'-'Stop on Excep.' activated? Yes. > gdb can not follow the stack. First step is to compile *all* source including > FPC RTL and FCL with debuginfo in order to help gdb to find the stack > pointers. Ah, so that

Re: [MSEide-MSEgui-talk] Debugger question

2016-04-28 Thread Martin Schreiber
On Friday 29 April 2016 00:09:23 Graeme Geldenhuys wrote: > Hi Martin, > > Debugging FPC generated applications is lost to me. ;) Please see > attached screenshot. I run the app from inside MSEide, I do a couple of > things in my application, then get a "Exception EVariantError". Normally > my

[MSEide-MSEgui-talk] Debugger question

2016-04-28 Thread Graeme Geldenhuys
Hi Martin, Debugging FPC generated applications is lost to me. ;) Please see attached screenshot. I run the app from inside MSEide, I do a couple of things in my application, then get a "Exception EVariantError". Normally my first port of call is the Stack window. But that isn't much help in