473,761 Members | 6,993 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Need assistance in configuring Komodo for debugger support.

I am looking for some assistance in 'fine-tuning' my preferences as I set-up
my system to learn PHP.

I am running Komodo professional, version 3.5.3, build 262321, platform
win32-x86.

Under Preferences/Language/PHP in debugger configuration, I am getting the
following error message:
WARNING! PHP is not configured for debugging. You can use the configuration
wizard to configure PHP for debugging.

When I try and run the Debugger Config Wizard I get to the point where it
asks me to choose the PHP extension directory.

I currently have e:/Program Files/perl/php/ext but when I try and click
Next>, nothing happens. It will not accept this choice.

What is it looking for?
How should I be configuring the system for PHP Debugger support?

I would appreciate any help you can offer me. Thanks. Ian
Mar 15 '07 #1
1 2228
Scubadude wrote:
I am looking for some assistance in 'fine-tuning' my preferences as I set-up
my system to learn PHP.

I am running Komodo professional, version 3.5.3, build 262321, platform
win32-x86.

Under Preferences/Language/PHP in debugger configuration, I am getting the
following error message:
WARNING! PHP is not configured for debugging. You can use the configuration
wizard to configure PHP for debugging.

When I try and run the Debugger Config Wizard I get to the point where it
asks me to choose the PHP extension directory.

I currently have e:/Program Files/perl/php/ext but when I try and click
Next>, nothing happens. It will not accept this choice.

What is it looking for?
How should I be configuring the system for PHP Debugger support?

I would appreciate any help you can offer me. Thanks. Ian

Gee, you asked this 2 hours and 11 minutes before this posting. And I
answered you there.

A suggestion - always allow at least 24 hours for an answer to a
newsgroup post before you ask again. We're all volunteers, and don't
sit on the computer waiting for questions to be posted.

--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===
Mar 16 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
4874
by: Toni | last post by:
I've tried to reinstall the zend environment and debugger on my new computer. I almost succeeded but when I try to debug or profile a webpage by clicking on the buttons on the toolbars I get the following message in my browser: Failed to connect to host '192.168.2.102'. Failed to connect to host '192.168.126.1'. Failed to connect to host '192.168.47.1'. (I've got a network card, Wifi and Bluetooth in the machine)
5
1928
by: Bernd Preusing | last post by:
Hi, today I (Python beginner) ran into a problem:^ I have a JPG file which contains some comment as unicode. After reading in the string with s=file.read(70) from file offest 4 I get a string which is shown as 'UNICODE\\0x00\\ox00K\\0x00o' and so forth in the debugger (using Komodo).
2
1945
by: Thomas Lindgaard | last post by:
Hello I have a multi-threaded web spider and it has a problem (probably several). Is there a way to make the debugger show me what my worker threads are doing? I can only get it to follow the main thread. I'm using Komodo Personal (trial). -- Regards /Thomas
1
2356
by: j_macaroni | last post by:
Hi all, I have setup PHP/MySQL (using mysqli) and works properly from the command line. Here is the code that works when run from the command line: <?php $conn = new mysqli('localhost','root','xyz'','testdb'); if (mysqli_connect_errno() != 0) {
1
2116
by: jeem | last post by:
I am using ActiveState Komodo 3.5 to work on a large python 2.4 application with an extensive UI... I am attempting to debug the application and am setting breakpoints in 4 different *.py files.. Breakpoints in the main file are working OK, but any breakpoints in imported files are not... The three imported files are open in Komodo and are in the same local directory as the main file (in the python24/Lib/site-packages tree)... The code...
29
4991
by: John Salerno | last post by:
Just curious what users of the two big commercial IDEs think of them compared to one another (if you've used both). Wing IDE looks a lot nicer and fuller featured in the screenshots, but a glance at the feature list shows that the "personal" version doesn't even support code folding! That's a little ridiculous and makes me have doubts about it. Komodo, on the other hand, seems to have more of the features that the personal version of...
3
1207
by: SpreadTooThin | last post by:
Why is it that (On MAC OS X) in Komodo 3.5 Professional, if I try to find something in my script, I am unable to change the text it is searching for?
8
2257
by: Steve Thompson | last post by:
Hello all, I was wondering the differnced there were betwee Active State's python and the open source version of python. Would I have to unistall my opend souce python? Additonally, how does Active State's Komodo IDE vs. the eric3 IDE unler SuSE Linux v. 10.i? Addionally, is the eric IDE (version 3) an acceptible IDE or are there more easy and more productive IDE's for perl?
1
1821
by: John Dann | last post by:
I'm learning Python using the Komodo Edit freeware code editor. One thing I'm finding a little confusing is that the code completion lists (what I would call Intellisense coming from a .Net background) are often very incomplete, especially with imported classes like wx. It's like KE can't look far enough into these classes to offer a comprehensive list of method etc options. I presume that I haven't possibly omitted some KE setup step...
0
9376
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10136
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9923
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8813
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6640
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5266
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3911
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3509
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2788
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.