I want to run an individual file instead of the whole project (first file probably) by clicking "Run Project" button (F6) in NetBeans 11.3. I think this feature existed in previous versions. Can anyone help me?
Asked
Active
Viewed 528 times
2
-
I don't use NetBeans, but usually Run is F5, but you're saying it's F6. What do the first green arrow and second green arrow icons say when you hover over them? Run and Run with debugging, perhaps? What are the shortcut keys there? – TylerH Nov 18 '20 at 16:53
-
@TylerH Yes, first green arrow is Run Project (F6) and other one is Debug Project (Ctrl + F5). Also, F5 key alone does not work. Thank you for your time. – MJDevelops Nov 20 '20 at 05:06
-
It's for C++ files instead of PHP, but does [Compile Single file in a project in netbeans](https://stackoverflow.com/questions/46862830/compile-single-file-in-a-project-in-netbeans) answer your question? – TylerH Nov 20 '20 at 14:42
-
@TylerH Thank you for your time, No, this Question doesn't Help me. – MJDevelops Nov 26 '20 at 17:55