Page 1 of 1

IDE

Posted: Fri Oct 26, 2018 6:53 pm
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

Re: IDE

Posted: Fri Oct 26, 2018 7:04 pm
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

Re: IDE

Posted: Fri Oct 26, 2018 7:07 pm
by reinier maliepaard
Thanks, F5 works fine!