Controller does not pick up by C5

Permalink
Hi,
As a developer of c5 there were number of times that i faced this issue. Sometimes c5 does not recognize a controller for a single page, especially when i want to create a dashboard page that have a Controller and a Single Page (view).
It can be caused by a typo on my controller name or any other reason regarding codes that i wrote.
I suppose it's a default behavior when c5 did not find the controller for a single page, try to render view.
Sometimes i spend hours checking my codes to find what did i wrong. My question is how can i track what's the problem is?

shahroq
 
goutnet replied on at Permalink Reply
Well, it is a common stuff, but maybe we could add a kind of "debug trace" option for this…

(just a thought)
shahroq replied on at Permalink Reply
shahroq
Debug trace would be great, but i thought someone who experienced that could help pointing me to the right direction, maybe files that involve in the process to trace what's wrong.