[fpc-pascal] Could Not Set Breakpoint - Why not?

2016-07-27 Thread James Richters
I can't seem to set any breakpoints at all with FreePascal 3.0.0 with the text IDE. Does anyone have any idea why this could be? I have even tried to set a breakpoint in a ridiculously simple program like: Program Test; Begin Writeln; End. I am able to single step through my programs w

Re: [fpc-pascal] Could not set breakpoint

2013-09-05 Thread Martin
On 05/09/2013 16:18, John Youngquist wrote: I am running v2.4.4. I get "could not set breakpoint messages" on ordinary lines of code. What causes this? How do I fix it? How to you set the breakpoint? Do you use gdb directly? Did you compile with smart-linking? Do NOT. What debug info did yo

Re: [fpc-pascal] Could not set breakpoint

2013-09-05 Thread John Youngquist
I use Alt d b or cntrl f8. No smart-linking. XP 32 bit Pentium I had "generate also backtrace" on (don't know why) I changed to just "generate debug symbol" and now it seems to work. Thanks JY On 9/5/2013 11:45 AM, Martin wrote: On 05/09/2013 16:18, John Youngquist wrote: I am running v2.4.4.

[fpc-pascal] Could not set breakpoint

2013-09-05 Thread John Youngquist
I am running v2.4.4. I get "could not set breakpoint messages" on ordinary lines of code. What causes this? How do I fix it? Thanks. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal