how can we find bugs by coding in linux? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

how can we find bugs by coding in linux?

hello friends, can you tell me how can we find bugs by coding in linux? i want to find a bug but i dont know its procedure can you tell me?

24th Feb 2018, 9:59 AM
KarmaGurus
KarmaGurus - avatar
3 Answers
+ 1
open terminal, cd project, and write this code vim index.php example.... if your bug in example.php, and example.php in test folder , and test folder in html , you can write this. cd /var/www/html/test sudo vim example.php
24th Feb 2018, 10:29 AM
Ալվինա Գևորգյան
Ալվինա Գևորգյան - avatar
+ 7
Do you mean a bug in the Linux kernel...? If not, bugs in Linux are exactly the same like in Windows or macOS, you just need the compiler/interpreter for your language.
24th Feb 2018, 10:03 AM
Maz
Maz - avatar
+ 1
18 hours ago Ալվինա Գևորգյան thank you friend your answer is very much good and working also.
25th Feb 2018, 4:59 AM
KarmaGurus
KarmaGurus - avatar