0

I am new to magento. How could i debug line by line like other programming languages dot net. I have tried with setting developer mode to true. but its shows only error. I want to see line by line execution for better understanding magento and to see involved tables.

SetEnv MAGE_IS_DEVELOPER_MODE “true”

prasad maganti
  • 912
  • 2
  • 17
  • 36

1 Answers1

2

you can use netbeans ide with xdebug enable. http://wiki.netbeans.org/HowToConfigureXDebug

sivakumar
  • 267
  • 10
  • 35
  • 69