Page 1 of 1

Debugging issue

PostPosted: February 16th, 2015, 1:31 pm
by marckraak
I'm using a Solution containing 2 projects (module + framework)

local paths

module c:\dev\importers\modules\modulename (a git repository symlinked to this path)
framework c:\dev\importers\import (a git repository symlinked to this path)

remote paths

module: /home/myhome/importers/modules/modulename (in ..../modules many modules exist)
framework: /home/myhome/importers/import


in publish php web I've following settings:

site path: /home/myhome/importers/modules/modulename

When debugging I get this output:

Auto-attach to process '[11708] PHP.Debugger.Systray.exe' on machine 'MYWS' succeeded.
There wasn't established any directory mapping. Object reference not set to an instance of an object.
Auto-attach to process '[11172] php_remote.exe' on machine 'MYWS' succeeded.


How do I create a directory mapping?