Opened 4 years ago
Last modified 4 years ago
#769 new Bugs
A number of fixes
| Reported by: | djensen | Owned by: | incastrix |
|---|---|---|---|
| Priority: | 1 | Milestone: | 1.2.1 |
| Component: | XDebug | Version: | 1.2.1 |
| Keywords: | Cc: |
Description
I ran into a number of issues with the xdebug interface not working on windows. I suspect the issues are not platform dependent and will test Linux.
1) null pointer exception if there is an empty path map. Changes to XDebugTarget
2) null pointer exception while terminating the remote process. Changes to XDebugTarget
3) Hang if remote debugger establishes a connection, but the browser did not send a
XDEBUG_SESSION_START attribute. Changes to XDebugConnection and XDebugProxy.
Possible fixes are attached.
Attachments (3)
Change History (4)
Changed 4 years ago by djensen
Changed 4 years ago by djensen
Changed 4 years ago by djensen
comment:1 Changed 4 years ago by incastrix
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/eclipsebutton_med.png)
thanks djensen,
But first try nightly build.
I'm going to check if issues persist in nightly build.
Mauro "Incastrix" Casciari