View Issue Details

IDProjectCategoryView StatusLast Update
0000892Xdebugpublic2012-10-21 19:11
Reporterhnntdrh Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionunable to reproduce 
PlatformwindowsOSwin7-32bit-sp1 
Product Version2.2.1 
Summary0000892: breakpoint can not take effect
Description

no breakpoint can be hit.
develop environment:win7_32 + MyEclipse 10.1 + phpEclipse + php5.3.8
Examples:

<?php
$output = '';

for ($i=0;$i<10;$i++) {
$output .= 'Loop'.$i.' ';
echo $output;
}

?>

Additional Information

phpinfo():

PHP Version 5.3.8

System Windows NT PC--20120409XDQ 6.1 build 7601 (Windows 7 Ultimate Edition Service Pack 1) i586
Build Date Aug 23 2011 11:47:20
Compiler MSVC9 (Visual C++ 2008)
Architecture x86

xdebug
xdebug support enabled
Version 2.2.1
IDE Key PC--20120409XDQ$

Supported protocols Revision
DBGp - Common DeBuGger Protocol $Revision: 1.145 $

Directive Local Value Master Value
xdebug.auto_trace On On
xdebug.cli_color 0 0
xdebug.collect_assignments Off Off
xdebug.collect_includes On On
xdebug.collect_params 1 1
xdebug.collect_return On On
xdebug.collect_vars On On
xdebug.coverage_enable On On
xdebug.default_enable On On
xdebug.dump.COOKIE no value no value
xdebug.dump.ENV no value no value
xdebug.dump.FILES no value no value
xdebug.dump.GET no value no value
xdebug.dump.POST no value no value
xdebug.dump.REQUEST no value no value
xdebug.dump.SERVER no value no value
xdebug.dump.SESSION no value no value
xdebug.dump_globals On On
xdebug.dump_once On On
xdebug.dump_undefined Off Off
xdebug.extended_info On On
xdebug.file_link_format no value no value
xdebug.idekey no value no value
xdebug.max_nesting_level 100 100
xdebug.overload_var_dump On On
xdebug.profiler_aggregate Off Off
xdebug.profiler_append Off Off
xdebug.profiler_enable On On
xdebug.profiler_enable_trigger On On
xdebug.profiler_output_dir D:\xampp\tmp D:\xampp\tmp
xdebug.profiler_output_name xdebug_profile.%R::%u xdebug_profile.%R::%u
xdebug.remote_autostart On On
xdebug.remote_connect_back Off Off
xdebug.remote_cookie_expire_time 3600 3600
xdebug.remote_enable On On
xdebug.remote_handler dbgp dbgp
xdebug.remote_host localhost localhost
xdebug.remote_log no value no value
xdebug.remote_mode req req
xdebug.remote_port 9000 9000
xdebug.scream Off Off
xdebug.show_exception_trace On On
xdebug.show_local_vars On On
xdebug.show_mem_delta Off Off
xdebug.trace_enable_trigger Off Off
xdebug.trace_format 0 0
xdebug.trace_options 0 0
xdebug.trace_output_dir D:\xampp\tmp D:\xampp\tmp
xdebug.trace_output_name trace.%c trace.%c
xdebug.var_display_max_children 128 128
xdebug.var_display_max_data 512 512
xdebug.var_display_max_depth 3 3

TagsNo tags attached.
Attached Files
MyEclipse Workbench.jpg (200,218 bytes)   
MyEclipse Workbench.jpg (200,218 bytes)   
XDebugConfiguration.jpg (147,938 bytes)   
XDebugConfiguration.jpg (147,938 bytes)   
Operating Systemwin7 32 sp1
PHP Version5.3.8

Activities

derick

2012-10-12 09:39

administrator   ~0002360

Please make a remote log as described with http://xdebug.org/docs/all_settings#remote_log - it is likely just Eclipse messing up.

derick

2012-10-21 19:11

administrator   ~0002367

No feedback provided and can't reproduce.

Issue History

Date Modified Username Field Change
2012-10-12 01:50 hnntdrh New Issue
2012-10-12 01:50 hnntdrh File Added: MyEclipse Workbench.jpg
2012-10-12 02:11 hnntdrh File Added: XDebugConfiguration.jpg
2012-10-12 09:39 derick Note Added: 0002360
2012-10-12 09:39 derick Assigned To => derick
2012-10-12 09:39 derick Status new => feedback
2012-10-21 19:11 derick Note Added: 0002367
2012-10-21 19:11 derick Status feedback => resolved
2012-10-21 19:11 derick Resolution open => unable to reproduce
2016-07-31 12:35 derick Category Debug client (console) => debugclient (debugging tool)
2016-07-31 12:35 derick Category debugclient (debugging tool) => (No Category)