Welcome Guest, Not a member yet? Register   Sign In
Debugging a CI project
#1

Hello,
Even though I'm a long time ASP.NET developer I've decided to use CI for one of my projects which works great, so far.

The only trouble I've had was setting up my debugging environment. Thankfully, I realised I could use PHP Tools for Visual Studio 2019 with CI so here's a short video on how to debug a CI project using the Visual Studio debugging tools in case anyone's interested.

 https://youtu.be/EQ26jfPG0pk

Thanks.
Reply
#2

I use Symfony’s VarDumper combined with Browsersync. Browsersync watches a single log file, and when the log is changed it reloads the browser with the contents of the log. It’s simple yet very effective, as the detail produced by VarDumper is very good.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB