NodeAppResource.withScriptDebugging
Method
interface NodeAppResource { // ... omitted for brevity withScriptDebugging(scriptPath: string): NodeAppResource;}Signature
method
withScriptDebugging builder Enables debugging support for a Node.js application with an explicit script path
withScriptDebugging(scriptPath: string): NodeAppResourceParameters
scriptPath string Returns
NodeAppResource Defined on
This method is defined on the following type: