CF Builder 2018 debugging source not found
I've connected to a remote server and can run a project in debug, but when it gets to a breakpoint in a .cfm file, it always has the error 'Source not found.' I have a feeling my 'Server Mappings' are incorrect, but I'm not sure how to fix them. Does anyone have an example of a correctly setup mapping? Our development and remote paths are on different drive letters, I'm wondering if that confuses it. I don't have anything for 'Virtual Host Settings', do I need to?
I've tried several variations for mappings, including:
Local Path: F:\workspace\appname
Remote Path: G:\dir1\appname
URL: host/dir1/appnameLocal Path: \\hostname\G\dir1\appname
Remote Path: G:\dir1\appname
URL: http://host/dir1/appname
Here's the Eclipse error from the workspace .log file in .metadata:
!MESSAGE Error logged from Debug Core:
!STACK 0
java.lang.NullPointerException
at com.adobe.rds.client.eclipse.debugger.core.launching.CFMLSourceLookupParticipant.getSourceName(CFMLSourceLookupParticipant.java:114)
at org.eclipse.debug.core.sourcelookup.AbstractSourceLookupParticipant.findSourceElements(AbstractSourceLookupParticipant.java:57)
at org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector$SourceLookupQuery.run(AbstractSourceLookupDirector.java:139)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45)
at org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector.doSourceLookup(AbstractSourceLookupDirector.java:478)
at org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector.getSourceElement(AbstractSourceLookupDirector.java:720)
at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility.lookup(SourceLookupFacility.java:353)
at org.eclipse.debug.internal.ui.sourcelookup.SourceLookupFacility$SourceLookupJob.run(SourceLookupFacility.java:761)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
