Breakpoints in the Editor not stopping program

Just starting out? Need help? Post your questions and find answers here.
Shurlock
New User
New User
Posts: 3
Joined: Thu Feb 21, 2013 5:00 am

Breakpoints in the Editor not stopping program

Post by Shurlock »

I had no problem with the breakpoints in version 5.11 but in 5.22 LTS if I set a breakpoint prior to compile / run it blows right through it and it disappears. If I stop the program with a requester and then set the breakpoint it works. Anyone hear of this before? And if so what's the solution? Thanks. Big Purebasic fan.
User avatar
luis
Addict
Addict
Posts: 3895
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: Breakpoints in the Editor not stopping program

Post by luis »

Where ? Linux ? Windows ? OSX ?

Yes, this happened to me too on Windows but only in some circumstances so I never made a bug report about this, too complicated and not enough desire to spend time on this, for now.

So I ask: are you sure this is happening to you consistently, even if you make a SINGLE source program, 5-10 lines long with a breakpoint ?

Or only in some circumstances, for example if you start the program with the main source in focus and it doesn't stop inside another source included by it where you set the breakpoint ?

Or using a project in some way.

Or something similar.

The point is your statement seems absolute: IT NEVER WORKS.

Is it so or there are specific conditions ?
"Have you tried turning it off and on again ?"
Post Reply