|
Not restarting
I got the netconsole working, so I can now see the output while the code is running.
I am using the "simple" example as a starting point, but the restart functionality is not working properly. When I hit the button for restart, I see the exception output on the netconsole, but the code is not restarted, it acts like it is just hung up.
Is there something special I need to do to make the code restart once an exception is raised?
|