Unable to debug global scripts #6166
Labels
effort1: easy (hours)
help wanted
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
severity2: inconvenient
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.0.0-rc.1
node: 6.10.0
os: win32 x64
@angular/common: 2.4.10
@angular/compiler: 2.4.10
@angular/core: 2.4.10
@angular/forms: 2.4.10
@angular/http: 2.4.10
@angular/platform-browser: 2.4.10
@angular/platform-browser-dynamic: 2.4.10
@angular/router: 3.4.10
@angular/upgrade: 2.4.10
@angular/cli: 1.0.0-rc.1
@angular/compiler-cli: 2.4.10
Repro steps.
I can search for the script, but instead of finding the scripts source code, I find webpackified script.
The log given by the failure.
N/A
Desired functionality.
I should be able to search directly for the script and set a break point. As of now, the only way to set a break point in a global script is to modify the source and add a debugger; statement and reload.
This is a hybrid app where I'm loading the existing AngularJS JS code using global scripts, so being able to debug these scripts easily is desired.
I appreciate any help!
The text was updated successfully, but these errors were encountered: