Unable to launch node service in debug mode #614

Closed
opened 2025-08-09 17:16:58 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @davidsekar on 7/3/2017

I'm using IIS and I couldn't launch node services in debug mode

public void ConfigureServices(IServiceCollection services)
    {
services.AddNodeServices(options => {
    options.LaunchWithDebugging = true;
    options.DebuggingPort = 9229;
});
}

Above code throws exception that the property cannot be set after completion....

Server IIS
Node version: 8

*Originally created by @davidsekar on 7/3/2017* I'm using IIS and I couldn't launch node services in debug mode ``` public void ConfigureServices(IServiceCollection services) { services.AddNodeServices(options => { options.LaunchWithDebugging = true; options.DebuggingPort = 9229; }); } ``` Above code throws exception that the property cannot be set after completion.... Server IIS Node version: 8
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#614
No description provided.