Log messages directly into the console using Logpoints

1 · Amit Merchant · April 21, 2020, 3:42 a.m.
Have you ever been in a situation where you’re testing an application but you don’t have access to the source code but you still want to debug some part of the code by console logging the variables? This can be a situation where you’re checking out a prodduction version of the application but you don’t have access to the source code of the same. For instance, let’s say, you’re checking this application notepad.js.org and it has this JavaScript file at js/app.js which drives all of the JS related...