withScriptDebugging
Function
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 Applies to
This function is an extension method on the following types: