I'm able to create a breakpoint, and it is added viasually in my ST. The break entry is also created in the settings file, but it is added as:
"C:\inetpub\wwwroot\scripts\thisfilename.js":
{
"1042":
{
"breakpointId": "none",
"status": "disabled"
}
}
The breakpoints window does not show up and teh code does not halt when passing the breakpoint.
I'm able to create a breakpoint, and it is added viasually in my ST. The break entry is also created in the settings file, but it is added as: "C:\inetpub\wwwroot\scripts\thisfilename.js": { "1042": { "breakpointId": "none", "status": "disabled" } }
The breakpoints window does not show up and teh code does not halt when passing the breakpoint.