



Hi my existing system with IDE 4.2.1 worked OK
But once I click upgraded, it only stop at the beginning of the file
Not stop at the break point I set up.
I did install twice but gave up then turn back to 4.2 then work!
I did setup new mapping already still not work also.
Anyone able to work with php, new 4.3, MAMP ?
Thanks
Kulapalanont
I'm running:
MacBook C2Duo with 10.5.2, Komodo IDE 4.3 Final, and MAMP 1.7 with PHP 5.2.5. My Xdebug configuration looks like this:
Because I am using localhost, I do not have any mapped uris set. I*do* have Komodo set to 'try and find files on the local files system while remote debugging' at Preferences / Debugging. Breakpoints work fine.
It could be that Komodo is confused by some older mapped uris. Try deleting all of them and see how it goes. You can also run 4.2 and 4.3 at the saem time if you want to try this without losing productivity with your 4.2 installation.
--
JeffG
MacBookPro with 10.5.1, Komodo IDE 4.2.1, and MAMP Pro 1.7 with PHP 5.2.5.
Komodo IDE, version 4.2.1, build 283000, platform macosx-x86.
Built on Tue Nov 13 13:45:25 2007.
My Xdebug configuration looks like this:
; xdebug config for Linux and Mac OS X
zend_extension=/Applications/MAMP/bin/php5/xdebug/xdebug.so
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
;xdebug.remote_host=192.168.69.153
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9010
xdebug.idekey=Kul
xdebug.profiler_enable=1
xdebug.profiler_output_name=xdebug.cachegrind-out.%s.%p
as mentioned Once upgraded or over wrote with IDE 4.3
Only first line of file can stop debug
The other debug break other file won't work
I remap delete remove the old IDE and empty trash then reboot, still not work
But then reinstall with 4.2.1 then work again without doing anything
As you recommend to install both, I have no idea how unless you mean to rename the existing one and install the new one ?
Thanks
by IdeKey is OK with the phpinfo I don't think it is the issue.
You can run 4.2.1 and 4.3 on the same machine, just make sure you re-name the 4.3 .app bundle before you run it the first time. The best method is:
1. mount the dmg for Komodo IDE 4.3.
2. copy it to your desktop, then re-name it to 'Komodo IDE 4.3.app' ( for example ).
3. copy it then to your /Applications/ folder before running it the first time.
When you run Komodo 4.3 for the first time after this, please then go into preferences and a) delete any mapped uris, and b) ensure that Komodo is set to try to find local files for remote debugging.
This *should* just work ( it does for me ). If it doesn't, can you please check the Komodo Error Log for any errors? Please see this FAQ for a Macro that allows you to easily view the Komodo error log while running Komodo:
http://community.activestate.com/faq/view-error-log-easily
--
JeffG
Thanks
Follow your instruction to rename the mounted packages and move to app I rename the Komodo name again and add in my Dock to have two Komodo listed
When I try to import the WatchErrorlog it said Project Upgrade Warning
Komodo isreading a KPF file version 3 and is converting itto version 4 .....
Then I went to click at Macro show nothing only Start Recording right?
But in Document/komodo folder shown WatchErrorlog with nothing inside
At first run still have same problem
While I busy with the WatchErrorlog don't know what it going to do where and what.
The Komodo 4.3 now start working stop at my break point !!
Thanks again
Kulapalanont
I'm glad breakpoints are working for you. I'm a little puzzled as to what happened with the Macro though. Here is a screenshot of what you should see:
http://community.activestate.com/komodo-error-log-window
Basically, all the Macro does is launch Komodo's 'Watch File' dialog and point it at the error log located in your preferences directory.
--
JeffG