0

I have developed some sites using cakePHP as a framework and loved the Debug and Exit code to stop everything from running so i could easily check variables being rendered.

Is there an equivalent in Magento that would let me stop everything after that point running and just render the page as is?

1 Answer 1

1

I just started to use the following code to some the immediate problems;

var_dump($var_of_interest); exit();
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.