View Issue Details

IDProjectCategoryView StatusLast Update
0000742XdebugStep Debuggingpublic2020-03-12 17:37
Reporternnmatveev Assigned Toderick  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status resolvedResolutionwon't fix 
Summary0000742: Provide a way to check that user
Description

When debugging of a project located on the remote server(or symlinks are used) it is necessary to use path mappings (mapping of the remote project structure to the local project structure). Actually is not a problem and in most cases it is just one mapping of the roots.

But we need a way to validate in run-time path mappings configured by user. It is done in this way in Zend Debugger and I find it very handy.

So, feature request: When xdebug start to process some file first time (when it is included,required, etc) send a message to the user and wait for the confirmation response.

An example of such interaction:
1) <- Hey, listener! I am going to process new file with path '/path/to/sctipt.php'
2) Here IDE checks that path mapping is installed for the scipt and if no, tries to automatically find them or ask user for them.
3) -> Okay, you continue process file.

Additional Information

I would like to note that it is not a major for problem for the integration with IDE. At the moment we have implemented a lot of things which help us to fight with the problem.

TagsNo tags attached.
Operating System
PHP Version5.3.8

Activities

nnmatveev

2011-10-24 23:24

reporter   ~0001850

Sorry for bad title - cannot find a button to edit the issue title.

nnmatveev

2011-11-05 17:22

reporter   ~0001853

We could also validate all breakpoints using 'xcmd_get_executable_lines' command before sending 'continue process file' notification

Issue History

Date Modified Username Field Change
2011-10-24 23:23 nnmatveev New Issue
2011-10-24 23:24 nnmatveev Note Added: 0001850
2011-11-05 17:22 nnmatveev Note Added: 0001853
2016-12-11 23:52 derick Status new => resolved
2016-12-11 23:52 derick Resolution open => won't fix
2016-12-11 23:52 derick Assigned To => derick
2020-03-12 17:37 derick Category Feature/Change request => Step Debugging