- To open directly the Console Dev Tools, press
Cmd + Opt + J
in MacOSX. - To debug easily the any files of extension, open the url
chrome-extension://<extension-id>/<file-name>
in address bar.
#TIL : Debugging Chrome extension
You may also like (related posts)
Latest posts
Weighted Round Robin : Scheduling Algorithm
#TIL : Becareful on using port mapping of Docker in Development
#TIL : Becareful on using port mapping of Docker in Development
I learned on 2022-03-17 about docker, security
#TIL : Using extra hosts to add custom ip of hostnames to Docker container
#TIL : Using extra hosts to add custom ip of hostnames to Docker container
I learned on 2022-03-16 about docker, networking
#TIL : Laravel run scheduled command within parent environment
#TIL : Laravel run scheduled command within parent environment
I learned on 2022-03-15 about cronjob, laravel, php