Docker: Configure Xdebug and Debug using IDE(VSCode, PHPStorm, etc.)
It is really easy to configure Xdebug for a PHP application in Docker. Let’s see how we can configure Xdebug and start debugging using VSCode, PHPStorm, and other IDE.
It is really easy to configure Xdebug for a PHP application in Docker. Let’s see how we can configure Xdebug and start debugging using VSCode, PHPStorm, and other IDE.
We can use a floating point number to represent a decimal number. In Python we can represent 3 types of floating values- NOTES All these 3 types are immutable. That means when any of the above types of data is created in memory, it is never changed. Reassigning a new value to any of the … Read more
We can create a shortcut or alias of any command. This is useful when we have some complex command that we use frequently, and we want an easy way to run that command, instead of copying and pasting it over and over again.
In this article, we are discussing the Linux file system in detail. We are considering all the aspects of the file system.
Shell is like a container, that accepts commands from the user/other programs and sends them to the kernel after parsing and processing.
“touch” is the most handy command to create a new file in Linux.
Use the “tail” command to get the last lines of a file.
By default the standard output will show on terminal. But we can redirect the output to some other source, like a file.