IDE

Linux specific forum
reinier maliepaard
New User
New User
Posts: 3
Joined: Fri Oct 26, 2018 5:48 pm

IDE

Post by reinier maliepaard »

Hello,

Working with PureBasic 5.62 in Linux Mint has the following problem:

1. I load a file: test.pb
2. Testing with Shift+F5 works fine
3. I change something in the code
4. and SAVE the file
5. Testing with Shift+F5 does not show the changes. I've to restart PureBasic and Shift+F5 runs as expected.

Question: how to avoid the restart?

Regards,
Reinier
User avatar
W4GNS
User
User
Posts: 31
Joined: Tue Jan 04, 2011 5:51 am
Location: Virginia

Re: IDE

Post by W4GNS »

Try just F5 without using the Shift key, if you make changes you need to recompile and if you're using shift you're not recompling
reinier maliepaard
New User
New User
Posts: 3
Joined: Fri Oct 26, 2018 5:48 pm

Re: IDE

Post by reinier maliepaard »

Thanks, F5 works fine!
Post Reply