Download Using ColdFusion Builder
Transcript
88 USING COLDFUSION BUILDER Debugging Applications 2 In the Server view, right-click the server and select Edit Server. In the Mappings screen of the Server wizard, enter the following mapping details: • Local Path: Path that ColdFusion Builder uses to find projects or folders on the remote ColdFusion server. • Remote Path: Path to the project or folder on the remote ColdFusion server. Note: You can specify multiple mappings between the remote ColdFusion server and ColdFusion Builder. For example, if you are editing files in a ColdFusion project that points to D:\MyCoolApp and the corresponding files exist on a remote server at D:\Shared\websites\MyCoolSite. Then, create a mapping by specifying the local path as D:\MyCool App and the remote path as D:\Shared\websites\MyCoolSite. When you deploy the files to the ColdFusion server, you copy them to W:\websites\MyCoolSite\, which the ColdFusion server recognizes as D:\Shared\websites\MyCoolSite. The mapping in ColdFusion Builder specifies that the ColdFusion Builder directory is D:\MyCoolApp and the server is D:\Shared\websites\MyCoolSite. So, ColdFusion Builder translates the file path (D:\MyCoolApp\index.cfm) to a path that the ColdFusion server recognizes (D:\Shared\websites\MyCoolSite\index.cfm). To see more information about the interaction between the client and the server, add the following to the JVM arguments in the ColdFusion Administrator: -DDEBUGGER_TRACE=true 3 In the Navigator view, select the project or file to debug and click Last updated 5/15/2012 in the workbench toolbar.