Ben bir virtualhosta hem de localhost üzerinde çalışan, Windows XP x86, wamp, apache2, php 5.3 x86, eclipse php ve xdebug kullanarak ve https virtualhost am
eclipse version info
Eclipse for PHP Developers
Version: Helios Release
Build id: 20100617-1415
Ben başarılı bir kurulum Tutulma ve xdebug için, her nasılsa, başarmıştı ve tüm iyi oldu.
Sonra benim projesinin bir svn şube yapmak, ve 2 yeni sanal konaklar ile apache yeniden ve benim windows ana dosyaları güncelleştirmek zorunda kaldı.
Ben Tutulma her şeyde hata ayıklama modunu başlatmak Şimdi ne zaman ölür.
Specifically, If I set no breakpoints the app runs fine, save for the problem I'm trying to debug in the first place.
Ben bir kesme noktası ayarlarsanız, app kesme noktasında durur ve tutulma topu tutma gibi görünüyor. Ben devam etmek ya da üzerinde adım, ya da adım, ya da hapşırırken bastığınızda Ama şimdi,, tutulma yürütme kaldığı yerden devam ediyor, ancak uygulama askıda devam ediyor, ve ben apache yeniden başlatmanız gerekir söyler.
Ben Tutulma benim ya da devam komutasını adım gönderiyor, ancak xdebug bunu almıyor gibi bana görünüyor, çünkü tutulması ve xdebug arasındaki iletişim bazı kırılma, orada olduğunu sanıyorum.
Ama bu durumda bile ben bu konuda ne bilmiyorum. Nerede bakıyor olmalıdır?
Update:
I have successfully been able to debug using notepad++, its xdebug plugin, and, like a caveman, typing &XDEBUG_SESSION_START=session_name into the url. However, despite my love for npp, its debug plugin is quite buggy...
Yani yerli xdebug desteği ile hafif henüz tam özellikli php ide, olmak itiraf "PhpStorm" denilen şey, için stackoverflow bir reklam fark ettim. Demo işe almak için yeniden başlatma gerekli, ve bu tür bir titrek taslağı masaya çalışma gibi hissediyor, ama ben de Tutulma için söyleyebileceğim fazla olduğu, çok güzel benim küçük bir test uygulaması ve gerçek uygulaması hem hata ayıklama başardı an, hatta muhtemelen benim hatam olsa.
Herhalde bu önceki :/ İşte benim phpinfo () xdebug bölümdür attılar olmalıdır
xdebug
xdebug support enabled
Version 2.1.0
Supported protocols Revision
DBGp - Common DeBuGger Protocol $Revision: 1.145 $
Directive Local Value Master Value
xdebug.auto_trace Off Off
xdebug.collect_assignments Off Off
xdebug.collect_includes On On
xdebug.collect_params 0 0
xdebug.collect_return Off Off
xdebug.collect_vars Off Off
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.manual_url http://www.php.net http://www.php.net
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 Off Off
xdebug.profiler_enable_trigger Off Off
xdebug.profiler_output_dir C:\xampp\tmp C:\xampp\tmp
xdebug.profiler_output_name xdebug_profile.%p xdebug_profile.%p
xdebug.remote_autostart Off Off
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 c:\xampp\apache\logs\xdebug.log c:\xampp\apache\logs\xdebug.log
xdebug.remote_mode req req
xdebug.remote_port 9000 9000
xdebug.scream Off Off
xdebug.show_exception_trace Off Off
xdebug.show_local_vars Off Off
xdebug.show_mem_delta Off Off
xdebug.trace_format 0 0
xdebug.trace_options 0 0
xdebug.trace_output_dir C:\xampp\tmp C:\xampp\tmp
xdebug.trace_output_name trace.%c trace.%c
xdebug.var_displ
ay_max_children 128 128
xdebug.var_display_max_data 512 512
xdebug.var_display_max_depth 3 3
Here is an xdebug log file of when I reproduce the problem
Log opened at 2011-01-03 08:56:22 ->
<- feature_set -i 33 -n show_hidden -v 1 ->
<- feature_set -i 34 -n max_depth -v 3 ->
<- feature_set -i 35 -n max_children -v 31 ->
<- feature_get -i 36 -n encoding ->
<- feature_get -i 37 -n supports_async ->
<- stdout -i 38 -c 1 ->
<- stderr -i 39 -c 1 ->
<- breakpoint_set -i 40 -t line -f file:///C:%5Cxampp%5Chtdocs%5Clab%5Czf-tutorial%5Cpublic%5Cindex.php -n 21 ->
<- run -i 41 ->
<- stack_get -i 42 ->
<- stack_get -i 43 ->
<- eval -i 44 -- JHRoaXMtPmZpZWxkc1snYm9vbF9jb21wbGV0ZSdd ->
<- eval -i 45 -- JHRoaXMtPnN0YWdlLT5nZXQoJ2Jvb2xfY29tcGxldGUnKQ== ->
<- eval -i 46 -- JHRoaXMtPmZpZWxkc1snYm9vbF9jb21wbGV0ZSdd ->
<- eval -i 47 -- JHRoaXMtPnN0YWdlLT5nZXQoJ2Jvb2xfY29tcGxldGUnKQ== ->
=== breakpoint reached, execution pauses. In eclipse I click "step over"
<- Step_over-i 48
=== Günlüğün sonu