Can't replace with debug output window opened

Working on new editor enhancements?
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Can't replace with debug output window opened

Post by Trond »

1. Run this: Debug 0
2. Click in the source.
3. Press Ctrl+F.
4. Search for: 0
5. Replace with: 1
6. Click replace all.

You get an error message saying that the source can't be edited because it is being debugged.
Phoenix
Enthusiast
Enthusiast
Posts: 141
Joined: Sun Sep 04, 2005 2:25 am

Re: Can't replace with debug output window opened

Post by Phoenix »

1 match found and replaced here........
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Phoenix
Enthusiast
Enthusiast
Posts: 141
Joined: Sun Sep 04, 2005 2:25 am

Post by Phoenix »

Same as what I did....... weird........ and I wasn't saying I didn't believe you.... just pointing out that it doesn't occur on all setups....
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

got this one sometimes, and sometimes not, dunno why
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Phoenix wrote:Same as what I did....... weird........ and I wasn't saying I didn't believe you.... just pointing out that it doesn't occur on all setups....
That's weird. (No offence with the video, I just made it in case I had explained poorly or forgotten something.)
Amundo
Enthusiast
Enthusiast
Posts: 200
Joined: Thu Feb 16, 2006 1:41 am
Location: New Zealand

Post by Amundo »

Heya Trond,

I get this whenever my program has GPF'd (which is pretty regular :) )and I have to kill the running process using the debugger.
Win10, PB6.x, okayish CPU, onboard video card, fuzzy monitor (or is that my eyesight?)
"When the facts change, I change my mind" - John Maynard Keynes
User avatar
luis
Addict
Addict
Posts: 3895
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: Can't replace with debug output window opened

Post by luis »

Trond wrote:1. Run this: Debug 0
2. Click in the source.
3. Press Ctrl+F.
4. Search for: 0
5. Replace with: 1
6. Click replace all.

You get an error message saying that the source can't be edited because it is being debugged.

Hi, I stumbled on this too.

Try to close the variable viewer window (or any other debugger window) before doing a search and replace.

If this solve your problem, I would qualify this as a bug.


EDIT: just saw the video you posted.
OH. So you are aware of the above (I didn't realize from the original post) !

Well, in that case I can only confirm your findings. :?
Post Reply