Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't add breakpoint #17

Open
bbeckford opened this issue Mar 18, 2013 · 58 comments
Open

Can't add breakpoint #17

bbeckford opened this issue Mar 18, 2013 · 58 comments
Labels
Milestone

Comments

@bbeckford
Copy link

I can get chrome to open and start debugging and I have the console working, but when I try to add a breakpoint nothing happens.

I have the following errors in the bottom console window:

[4560:2672:0318/093557:ERROR:connection.cc(730)] sqlite error 19, errno -2: PRIMARY KEY must be unique
[4560:6612:0318/093602:ERROR:textfield.h(162)] NOT IMPLEMENTED

Thanks for your hard work, this could potentially be hugely useful.

@sokolovstas
Copy link
Owner

Please see #11

@bbeckford
Copy link
Author

I'll try a simple project, my problem is on Windows 8 btw

@bbeckford
Copy link
Author

Ok I've tried a very simple project and it still doesn't add breakpoints, any other ideas?

@bbeckford
Copy link
Author

Hmm when I tried before I was using jQuery from Google's CDN, I downloaded it and breakpoints now work.

Does every single script have to be loaded locally, even if you aren't interested in debugging it? If so is there a way around this? I don't always have every script locally on my machine, and I often use the SFTP package to upload to servers etc.

@sokolovstas
Copy link
Owner

Hmm this sound strange. Can you send me a sample project where breakpoints doesn't work?

@bbeckford
Copy link
Author

Here is the example using the Google jQuery CDN - https://dl.dropbox.com/u/3615425/web_inspector_test.zip

@joezimjs
Copy link

I'm using Windows 7 and absolutely nothing happens when I use the Add/Remove Breakpoint command.

@jevakallio
Copy link

I'm on Windows 7 also. Breakpoints work in a simple project, where scripts are included with <script> tags. In a more complex application using RequireJS the Add/Remove Breakpoint command does nothing, as reported by @joezimjs.

@sokolovstas
Copy link
Owner

@bbeckford you have error in your htm file
src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"

I fixed it and run from local server on path 'http://localhost/adminui/web_inspector_test/index.htm'

and everything works fine!

@fencliff could you provide a sample project with RequireJS

@bbeckford
Copy link
Author

@sokolovstas, silly me!

However, it seems in my testing any javascript error will mean I can't add a breakpoint. For example I have a dev site that shows an error due to no linked in api key being set, something I usually ignore whilst I'm building and debugging the rest of the site but would stop me from using web inspector, is this repairable?

Thanks

@sokolovstas
Copy link
Owner

@bbeckford please provide more details:

  1. what URL entered in browser
  2. what URL of debugging file
  3. what folder added to sublime project
  4. what local file name

I believe this is simple file and path errors. Also you can try close tab, open again and then connect inspector.

@sokolovstas
Copy link
Owner

For now now matching algorithm is:

  1. Take file url -> "Can't add breakpoint #17"
  2. Delete first http and host -> "Can't add breakpoint #17.JS"
  3. Try open file by path "Can't add breakpoint #17.JS"
  4. If can't find remove step by step from url parts splitted by "/"
  5. Try open file by path "SublimeWebInspector/issues/17.JS"
  6. Try open file by path "issues/17.JS"
    and so on

@jevakallio
Copy link

@sokolovstas, I created a repro which shows that the issue was not in RequireJS script loading after all. The problem appears to be that the root folder opened in Sublime Text was the one "above" the web page root, so that my source url in the browser was /file.js, whereas the path in Sublime was /source/file.js. The issue was solved by only opening the source directory in Sublime. This is slightly inconvenient, but definitely manageable.

This project is awesome. Thanks for all the good work!

@sokolovstas
Copy link
Owner

You must have at lease one folder with all content because plugin search for files in project folders!

@sokolovstas
Copy link
Owner

@bbeckford I can close issue? All works fine?

@sokolovstas sokolovstas mentioned this issue Mar 20, 2013
@joezimjs
Copy link

OK so I have several instances where this isn't working, in different ways.

1: No errors given by the plugin. Just nothing was happening. In this case I had an error in the script, which was why it wasn't setting a breakpoint. This is bad because when I have errors, I'm more likely to WANT to use a breakpoint to try to figure it out.

2: Similar issue to @fencliff I believe. My project structure looks like this (the structure is the same in #1):
Main Folder
|-- public
| |-- js
........

So the browser's root folder (/) is "public". In this case I get this error in the little console below the inspector:
[8196:6920:0320/073456:ERROR:external_registry_loader_win.cc(103)] File C:\Program Files (x86)\OApps\chromeaddon.crx for key Software\Google\Chrome\Extensions\kincjchfokkeneeofpeefomkikfkiedl does not exist or is not readable.

3: Just for kicks, I made "public" the root of the project and tried debugging. If the error that I mentioned in #1 is there, it'll let me put the breakpoint, but when I refresh the browser or do anything, it skips right past the breakpoint. Completely useless.

If I fix the error, stop debuggin, start debugging again, try setting a breakpoint, I get a popup error saying "Could not resolve breakpoint".

So basically, I've tried everything mentioned in this issue and still nothing works for me.

@sokolovstas
Copy link
Owner

@joezimjs Please provide sample project and path where to place it on localhost. I can't find bugs by description only. I need to test something.

PS I have fixed some issues with setting breakpoints on ST3 branch today.

@joezimjs
Copy link

https://github.com/joe-zim-javascript-blog/ButlerBoss is the project
when you run node butlerboss it'll start up the server on localhost:8080

@sokolovstas
Copy link
Owner

Ok I have fixed path issue, now file mapping working fine. Where to try set breakpoint?

@joezimjs
Copy link

I was just trying to set it in the main.js file.

@sokolovstas
Copy link
Owner

On what line? If on 8 line, there I have Exception and Javascript just falling and breakpoints not work here. But in new version I made a new property "pause_on_exceptions" and it set to "uncaught" if you have uncaught exception debugger will pause there

@joezimjs
Copy link

Set a breakpoint anywhere that would normally work. If it works, great; if it doesn't then we'll have to figure it out.

@sokolovstas
Copy link
Owner

Screen Shot 2013-03-21 at 4 26 18 PM
Screen Shot 2013-03-21 at 4 26 27 PM

And debugger paused on line 4, 10, 7, 7 and uncaught Exception and stop

@joezimjs
Copy link

Is your latest version available through the Package Installer?

@sokolovstas
Copy link
Owner

Yes, you use sublime 3?
You need just restart sublime and packages will be updated

@joezimjs
Copy link

No I'm on Sublime 2

@joezimjs
Copy link

Right now I'm getting this in the console:

[14268:11872:0321/074231:ERROR:external_registry_loader_win.cc(104)] File C:\Program Files (x86)\OApps\chromeaddon.crx for key Software\Google\Chrome\Extensions\kincjchfokkeneeofpeefomkikfkiedl does not exist or is not readable.
[14268:14272:0321/074236:ERROR:textfield.h(162)] NOT IMPLEMENTED

@joezimjs
Copy link

That's just after trying to start Chrome. Nothing really works after that.

@sokolovstas
Copy link
Owner

I have changed path from version to branch need to wait until wbond package manager reload package.

@sokolovstas
Copy link
Owner

Try to remove package and install it again now.

@joezimjs
Copy link

Still getting

[5200:13428:0321/093815:ERROR:external_registry_loader_win.cc(104)] File C:\Program Files (x86)\OApps\chromeaddon.crx for key Software\Google\Chrome\Extensions\kincjchfokkeneeofpeefomkikfkiedl does not exist or is not readable.
[5200:12244:0321/093820:ERROR:textfield.h(162)] NOT IMPLEMENTED

@sokolovstas
Copy link
Owner

This is not a problem if Chrome started correctly and working

@sokolovstas
Copy link
Owner

Also today I have fixed some line number issues and seems it work fine on your project.

@Integralist
Copy link

Hi, I've installed this extension "Web Inspector 3" today and am having issues with setting break points (all other features seem to work).

I'm on Mac OSX 10.8.3

I've updated the path in "Settings - User" (as I wasn't able to change the setting in the Default for some reason?) to...

{
    "chrome_path":
    {
        "osx": "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary"
    }
}

Note: I've since gone back to "Settings - User" and it has changed itself to look like this...

{
    "breaks":
    {
    },
    "chrome_path":
    {
        "osx": "/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary"
    }
}

...notice the extra "breaks" property?

My set-up is as follows...

index.html file which links to a JavaScript file (both in a /debug/ folder in my localhost directory).

The content of my JavaScript file is...

var testing = (function() {
    counter = 0;

    return function() {
        console.log(counter);
        counter++;
    }
}());

window.setInterval(testing, 5000);

My localhost directory is found here: /Library/WebServer/Documents

So to begin with, within ST3 I run: Cmd+Shift+R and select the option "Start Google Chrome with remote debug port 2222"

I then see the following error...

[3697:1799:0324/114057:ERROR:content_settings_pref_provider.cc(516)] Invalid pattern strings: [*.]78.109.163.36,*
[3697:1799:0324/114057:ERROR:content_settings_pref_provider.cc(400)] Invalid pattern strings: [*.]78.109.163.36,*

I then run Cmd+Shift+R again and this time I choose the option "Add/Remove Breakpoint". My cursor is already on line 6 which is where I wanted to add a break point (counter++;) which then places a black dot on that line (so I assume that has worked?)

I then switch over to Chrome Canary and manually enter the URL http://localhost/debug/

I then switch back to ST3 and run Cmd+Shift+R again and this time I choose the option "Start debugging" which displays "http://localhost/debug/" in the list. I select the URL and the inspector within ST3 starts showing me the logging information from my script but doesn't actually break on the breakpoint at all?

I then find I can't add another breakpoint unless I stop debugging first.

Any ideas on what the issue might be?

Thanks.

@JeffreyWay
Copy link

Same here. Everything works except for breakpoints. If I set a breakpoint (even for a simple HTML file and script), absolutely nothing happens.

@sokolovstas
Copy link
Owner

@Integralist run "Show file mapping" command and post result here please

@Integralist
Copy link

@sokolovstas OK first thing worth noting is that I've retried the above steps on my work laptop (same OS version but it's a 2012 retina macbook, where as above I was testing at home on a 2009 17" macbook pro) but this time I didn't get the error...

[3697:1799:0324/114057:ERROR:content_settings_pref_provider.cc(516)] Invalid pattern strings: [*.]78.109.163.36,*
[3697:1799:0324/114057:ERROR:content_settings_pref_provider.cc(400)] Invalid pattern strings: [*.]78.109.163.36,*

...but it still doesn't pause on the break points (thought I'd just let you know in case that error no longer showing was important or not).

I ran the Show file mapping command and it opened a new tab with an empty Array: [] on line 1?

@sokolovstas
Copy link
Owner

If mapping is empty no file connected from url to your local file systems. All errors on chrome start doesn't mater!

What is your js file url and which folder you add to sublime?

@Integralist
Copy link

@sokolovstas

I've just checked the "Settings - User" file again (remember for now I'm testing this on my 2012 macbook) and the file changed to...

"breaks":
    {
        "/Users/markmcdonnell/Desktop/test.js":
        {
            "6":
            {
                "status": "disabled"
            }
        }
    }

...it now shows my test javascript file.

I copied the files to my Desktop and in Chrome manually opened the index.html I copied there

@sokolovstas
Copy link
Owner

You need to add foder to sublime project. Open file do nothing. Plugin search for file to map only in project folders

@Integralist
Copy link

@sokolovstas ok I created a project file test.sublime-project within that desktop folder and the inspector now breaks on the breakpoint, but it doesn't actually display the counter value at the break point?

See the following image as an example...

Screen Shot 2013-03-25 at 14 38 34

@sokolovstas
Copy link
Owner

Does chrome developer tools show this var?
This is global variable, you can evaluate it or click on global and see it then

@Integralist
Copy link

@sokolovstas Chrome dev tools can access the testing variable yes, but not the counter variable as is made private within the IIFE ('immediately invoked function expression'). The IIFE executes and returns another function to testing which creates a closure so it has access to counter, but counter isn't globally accessible as it's made private.

@draivin
Copy link

draivin commented Mar 26, 2013

Counter is still global in this case, as you did not declare it using var it will be declared on the window scope.

@JeffreyWay
Copy link

^

@Integralist
Copy link

@sokolovstas aha! cracked it. thanks -> sorry I didn't realise I hadn't declared counter, my bad.

Yes, now that I have declared the variable I can see the breakpoint shows a closure option which I click on and it shows me the counter value.

Thanks for the help!

@DanielSiepmann
Copy link

I didn't want to open another Issue just for this one question:
It's not possible to use this plugin for complex Projects at the moment? Like Projects with multiple Virtual Hosts?

@sokolovstas
Copy link
Owner

You can try it and share you thoughts.

@Angelkuga
Copy link

@sokolovstas i want to add a breakpoint but my panel only show two choices one is start debugging the other one is toggle breakpoint .there's no add or delete breakpoint option and when i choose the toggle breakpoint it add one breakpoint which status is disabled

@danmoseley
Copy link
Collaborator

@Angelkuga

Can you please open Sublime, repro the problem, then attach the entire content of the console window (Ctrl-`) to this issue. Let me know the URL and filename that this relates to.

The problem is most likely that it hasn't successfully mapped your local file to your served file. The diagnostics in the console window will tell us.

@Angelkuga
Copy link

@danmosemsft sorry to reply u late ,this is the picture i captured have a look
5232 tm

@Angelkuga
Copy link

hello Dan Moseley i have replyed u on github . this is the picture i
captured u have a look and see what make me can't use web inspector
successfully thank u so much

On Wed, Jan 6, 2016 at 1:16 AM, Dan Moseley [email protected]
wrote:

@Angelkuga https://github.com/Angelkuga

Can you please open Sublime, repro the problem, then attach the entire
content of the console window (Ctrl-`) to this issue. Let me know the URL
and filename that this relates to.

The problem is most likely that it hasn't successfully mapped your local
file to your served file. The diagnostics in the console window will tell
us.


Reply to this email directly or view it on GitHub
#17 (comment)
.

Angelkuga

@danmoseley
Copy link
Collaborator

Can you please copy the text out of the console and share all of it? It's the black and white region at the bottom of your picture.

@Angelkuga
Copy link

i copy the console text in a file you can open it and see

On Wed, Jan 13, 2016 at 11:09 AM, Dan Moseley [email protected]
wrote:

Can you please copy the text out of the console and share all of it? It's
the black and white region at the bottom of your picture.


Reply to this email directly or view it on GitHub
#17 (comment)
.

Angelkuga

DPI scale: 1
startup, version: 3083 windows x64 channel: stable
executable: /D/Program Files/Sublime Text 3/sublime_text.exe
working dir: /D/Program Files/Sublime Text 3
packages path: /C/Users/jdm6462/AppData/Roaming/Sublime Text 3/Packages
state path: /C/Users/jdm6462/AppData/Roaming/Sublime Text 3/Local
zip path: /D/Program Files/Sublime Text 3/Packages
zip path: /C/Users/jdm6462/AppData/Roaming/Sublime Text 3/Installed Packages
ignored_packages: ["Vintage"]
pre session restore time: 2.64484
startup time: 3.90684
first paint time: 3.97784
reloading plugin Default.block
reloading plugin Default.comment
reloading plugin Default.copy_path
reloading plugin Default.delete_word
reloading plugin Default.detect_indentation
reloading plugin Default.duplicate_line
reloading plugin Default.echo
reloading plugin Default.exec
reloading plugin Default.fold
reloading plugin Default.font
reloading plugin Default.goto_line
reloading plugin Default.history_list
reloading plugin Default.indentation
reloading plugin Default.kill_ring
reloading plugin Default.mark
reloading plugin Default.new_templates
reloading plugin Default.open_context_url
reloading plugin Default.open_file_settings
reloading plugin Default.open_in_browser
reloading plugin Default.pane
reloading plugin Default.paragraph
reloading plugin Default.paste_from_history
reloading plugin Default.quick_panel
reloading plugin Default.save_on_focus_lost
reloading plugin Default.scroll
reloading plugin Default.set_unsaved_view_name
reloading plugin Default.side_bar
reloading plugin Default.sort
reloading plugin Default.swap_line
reloading plugin Default.switch_file
reloading plugin Default.symbol
reloading plugin Default.transform
reloading plugin Default.transpose
reloading plugin Default.trim_trailing_white_space
reloading plugin CSS.css_completions
reloading plugin Diff.diff
reloading plugin HTML.encode_html_entities
reloading plugin HTML.html_completions
reloading plugin 0_package_control_loader.00-package_control
reloading plugin 0_package_control_loader.02-bz2
reloading plugin CSS Format.css_format
reloading plugin Emmet.emmet-plugin
reloading plugin HTMLBeautify.HTMLBeautify
reloading plugin JsFormat.js_formatter
reloading plugin LESS.less_completions
reloading plugin Package Control.1_reloader
reloading plugin Package Control.2_bootstrap
reloading plugin Package Control.Package Control
reloading plugin SCSS.scss_completions
reloading plugin Web Inspector.config
reloading plugin Web Inspector.protocol
reloading plugin Web Inspector.styles
reloading plugin Web Inspector.swi
reloading plugin Web Inspector.utils
reloading plugin Web Inspector.views
reloading plugin Web Inspector.websocket
reloading plugin cssrem.cssrem
reloading plugin SublimeLinter-contrib-eslint.linter
Traceback (most recent call last):
File "D:\Program Files\Sublime Text 3\sublime_plugin.py", line 74, in reload_plugin
m = importlib.import_module(modulename)
File "./importlib/init.py", line 90, in import_module
File "", line 1584, in _gcd_import
File "", line 1565, in _find_and_load
File "", line 1532, in _find_and_load_unlocked
File "", line 584, in _check_name_wrapper
File "", line 1022, in load_module
File "", line 1003, in load_module
File "", line 560, in module_for_loader_wrapper
File "", line 868, in _load_module
File "", line 313, in _call_with_frames_removed
File "C:\Users\jdm6462\AppData\Roaming\Sublime Text 3\Packages\SublimeLinter-contrib-eslint\linter.py", line 16, in
from SublimeLinter.lint import NodeLinter
ImportError: No module named 'SublimeLinter'
plugins loaded
PyV8: Creating new thread
Emmet: Creating thread
Emmet: Loading https://api.github.com/repos/emmetio/pyv8-binaries/contents
Emmet: You have the most recent PyV8 binary
Package Control: No updated packages
unexpected rule type, was expecting one of match, include, begin or patterns, got: {comment: Note how all @rules are prefixed.}
unknown include #string-double
unknown include #string-single
unknown include #string-single
unknown include #string-double
unknown include #media-query-list
unknown include #media-query-list
Running C:\Program Files (x86)\Google\Chrome\Application\chrome.exe --remote-debugging-port=9222
Connecting to file:///C:/Program%20Files%20(x86)/Google/Chrome/Application/45.0.2454.93/ as it's the only URL offered by the debuggee
====Currently open folder is e:\noah-web\yuangongb\ued_web, will search there
====Currently open folder is e:\noah-web\yuangongb\lcsh5, will search there
====Currently open folder is e:\limit, will search there
====Currently open folder is e:\noah-web\yuangongb\h5_activity, will search there
====Currently open folder is e:\noah-web\yuangongb\h5_cfp, will search there
====Currently open folder is e:\xiaobaidu-visual-studio\repository\h5activity, will search there
====Currently open folder is e:\xiaobaidu-visual-studio\repository\angelkuga.github.io, will search there
====Currently open folder is e:\xiaobaidu-visual-studio\repository\iscroll, will search there
====Currently open folder is e:\xiaobaidu-visual-studio\repository\webpackapp, will search there
====Currently open folder is e:\new, will search there
====Currently open folder is e:\xiaobaidu-visual-studio\kugaweb\antd-demo, will search there
====Currently open folder is e:\xiaobaidu-visual-studio\repository\react-tutorial, will search there
====Currently open folder is e:\xiaobaidu-visual-studio\kugaweb\dialog, will search there
====Currently open folder is e:\noah-web\yuangongb\h5_cms_activity\cms-h5, will search there
====Currently open folder is e:\xiaobaidu-visual-studio\repository\ant-design, will search there
====Currently open folder is e:\xiaobaidu-visual-studio\kugaweb\doraapp, will search there
====Currently open folder is e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy, will search there
====Currently open folder is e:\xiaobaidu-visual-studio\repository\cssrem, will search there
====Currently open folder is e:\noah-web\yuangongb\new_h5_cfp, will search there
====Currently open folder is e:\xiaobaidu-visual-studio\kugaweb\antd-bin, will search there
====Currently open folder is e:\xiaobaidu-visual-studio\kugaweb\lucky, will search there
====Currently open file is in folder e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html, will search there
====Currently open file is in folder e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\output, will search there
====Currently open file is in folder e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page, will search there
====Currently open file is in folder e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page, will search there
====Currently open file is in folder e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html, will search there
====Currently open file is in folder e:\xiaobaidu-visual-studio\kugaweb\lucky\js, will search there
====Currently open file is in folder e:\xiaobaidu-visual-studio\kugaweb\antd-demo, will search there
====Currently open file is in folder e:\xiaobaidu-visual-studio\kugaweb\antd-demo, will search there
====Currently open file is in folder e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry, will search there
====Currently open file is in folder e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component, will search there
====Using folder e:\new
====Using folder e:\limit
====Using folder e:\noah-web\yuangongb\lcsh5
====Using folder e:\noah-web\yuangongb\h5_cfp
====Using folder e:\noah-web\yuangongb\ued_web
====Using folder e:\noah-web\yuangongb\new_h5_cfp
====Using folder e:\noah-web\yuangongb\h5_activity
====Using folder e:\xiaobaidu-visual-studio\kugaweb\lucky
====Using folder e:\xiaobaidu-visual-studio\kugaweb\dialog
====Using folder e:\xiaobaidu-visual-studio\kugaweb\doraapp
====Using folder e:\xiaobaidu-visual-studio\kugaweb\antd-bin
====Using folder e:\xiaobaidu-visual-studio\kugaweb\lucky\js
====Using folder e:\xiaobaidu-visual-studio\kugaweb\antd-demo
====Using folder e:\noah-web\yuangongb\h5_cms_activity\cms-h5
====Using folder e:\xiaobaidu-visual-studio\repository\cssrem
====Using folder e:\xiaobaidu-visual-studio\kugaweb\antd-demo
====Using folder e:\xiaobaidu-visual-studio\repository\iscroll
====Using folder e:\xiaobaidu-visual-studio\repository\h5activity
====Using folder e:\xiaobaidu-visual-studio\repository\webpackapp
====Using folder e:\xiaobaidu-visual-studio\repository\ant-design
====Using folder e:\xiaobaidu-visual-studio\repository\react-tutorial
====Using folder e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry
====Using folder e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy
====Using folder e:\xiaobaidu-visual-studio\repository\angelkuga.github.io
====Using folder e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component
====Using folder e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html
====Using folder e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page
====Using folder e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\output
SWI: Connecting to ws://127.0.0.1:9222/devtools/page/07930961-8F02-4C85-AAE3-E486893B13C3
SWI: Thread started
SWI: WebSocket opened
====Notified of url file:///C:/Program%20Files%20(x86)/Google/Chrome/Application/45.0.2454.93/====
Glob in e:\new\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\new*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\limit\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\limit*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\lcsh5\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\lcsh5*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\ued_web\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\ued_web*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\new_h5_cfp\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\new_h5_cfp*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_activity\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_activity*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\lucky\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\lucky*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\dialog\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\dialog*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\doraapp\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\doraapp*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-bin\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-bin*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\lucky\js\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\lucky\js*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cms_activity\cms-h5\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cms_activity\cms-h5*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\cssrem\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\cssrem*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\iscroll\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\iscroll*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\h5activity\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\h5activity*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\webpackapp\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\webpackapp*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\ant-design\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\ant-design*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\react-tutorial\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\react-tutorial*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\angelkuga.github.io\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\angelkuga.github.io*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\output\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\output*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\new\Google\Chrome\Application\45.0.2454.93 and e:\new*\Google\Chrome\Application\45.0.2454.93
Glob in e:\limit\Google\Chrome\Application\45.0.2454.93 and e:\limit*\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\lcsh5\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\lcsh5*\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp*\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\ued_web\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\ued_web*\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\new_h5_cfp\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\new_h5_cfp*\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_activity\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_activity*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\lucky\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\lucky*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\dialog\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\dialog*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\doraapp\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\doraapp*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-bin\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-bin*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\lucky\js\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\lucky\js*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo*\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cms_activity\cms-h5\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cms_activity\cms-h5*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\cssrem\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\cssrem*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\iscroll\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\iscroll*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\h5activity\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\h5activity*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\webpackapp\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\webpackapp*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\ant-design\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\ant-design*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\react-tutorial\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\react-tutorial*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\angelkuga.github.io\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\angelkuga.github.io*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component*\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html*\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page*\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\output\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\output*\Google\Chrome\Application\45.0.2454.93
Glob in e:\new\Chrome\Application\45.0.2454.93 and e:\new*\Chrome\Application\45.0.2454.93
Glob in e:\limit\Chrome\Application\45.0.2454.93 and e:\limit*\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\lcsh5\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\lcsh5*\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp*\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\ued_web\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\ued_web*\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\new_h5_cfp\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\new_h5_cfp*\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_activity\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_activity*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\lucky\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\lucky*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\dialog\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\dialog*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\doraapp\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\doraapp*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-bin\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-bin*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\lucky\js\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\lucky\js*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo*\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cms_activity\cms-h5\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cms_activity\cms-h5*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\cssrem\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\cssrem*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\iscroll\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\iscroll*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\h5activity\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\h5activity*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\webpackapp\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\webpackapp*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\ant-design\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\ant-design*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\react-tutorial\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\react-tutorial*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\angelkuga.github.io\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\angelkuga.github.io*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component*\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html*\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page*\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\output\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\output*\Chrome\Application\45.0.2454.93
Glob in e:\new\Application\45.0.2454.93 and e:\new*\Application\45.0.2454.93
Glob in e:\limit\Application\45.0.2454.93 and e:\limit*\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\lcsh5\Application\45.0.2454.93 and e:\noah-web\yuangongb\lcsh5*\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp*\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\ued_web\Application\45.0.2454.93 and e:\noah-web\yuangongb\ued_web*\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\new_h5_cfp\Application\45.0.2454.93 and e:\noah-web\yuangongb\new_h5_cfp*\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_activity\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_activity*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\lucky\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\lucky*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\dialog\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\dialog*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\doraapp\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\doraapp*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-bin\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-bin*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\lucky\js\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\lucky\js*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo*\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cms_activity\cms-h5\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cms_activity\cms-h5*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\cssrem\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\cssrem*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\iscroll\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\iscroll*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\h5activity\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\h5activity*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\webpackapp\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\webpackapp*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\ant-design\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\ant-design*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\react-tutorial\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\react-tutorial*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\angelkuga.github.io\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\angelkuga.github.io*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component*\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html*\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page*\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\output\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\output*\Application\45.0.2454.93
Glob in e:\new\45.0.2454.93 and e:\new*\45.0.2454.93
Glob in e:\limit\45.0.2454.93 and e:\limit*\45.0.2454.93
Glob in e:\noah-web\yuangongb\lcsh5\45.0.2454.93 and e:\noah-web\yuangongb\lcsh5*\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp*\45.0.2454.93
Glob in e:\noah-web\yuangongb\ued_web\45.0.2454.93 and e:\noah-web\yuangongb\ued_web*\45.0.2454.93
Glob in e:\noah-web\yuangongb\new_h5_cfp\45.0.2454.93 and e:\noah-web\yuangongb\new_h5_cfp*\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_activity\45.0.2454.93 and e:\noah-web\yuangongb\h5_activity*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\lucky\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\lucky*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\dialog\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\dialog*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\doraapp\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\doraapp*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-bin\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-bin*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\lucky\js\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\lucky\js*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo*\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cms_activity\cms-h5\45.0.2454.93 and e:\noah-web\yuangongb\h5_cms_activity\cms-h5*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\cssrem\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\cssrem*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\iscroll\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\iscroll*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\h5activity\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\h5activity*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\webpackapp\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\webpackapp*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\ant-design\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\ant-design*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\react-tutorial\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\react-tutorial*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\angelkuga.github.io\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\angelkuga.github.io*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component*\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html*\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page*\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\output\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\output*\45.0.2454.93
Found no local match
====Notified of url file:///C:/Program%20Files%20(x86)/Google/Chrome/Application/45.0.2454.93/====
Glob in e:\new\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\new*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\limit\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\limit*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\lcsh5\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\lcsh5*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\ued_web\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\ued_web*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\new_h5_cfp\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\new_h5_cfp*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_activity\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_activity*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\lucky\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\lucky*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\dialog\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\dialog*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\doraapp\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\doraapp*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-bin\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-bin*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\lucky\js\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\lucky\js*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cms_activity\cms-h5\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cms_activity\cms-h5*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\cssrem\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\cssrem*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\iscroll\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\iscroll*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\h5activity\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\h5activity*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\webpackapp\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\webpackapp*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\ant-design\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\ant-design*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\react-tutorial\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\react-tutorial*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\angelkuga.github.io\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\angelkuga.github.io*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\output\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\output*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\new\Google\Chrome\Application\45.0.2454.93 and e:\new*\Google\Chrome\Application\45.0.2454.93
Glob in e:\limit\Google\Chrome\Application\45.0.2454.93 and e:\limit*\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\lcsh5\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\lcsh5*\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp*\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\ued_web\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\ued_web*\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\new_h5_cfp\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\new_h5_cfp*\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_activity\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_activity*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\lucky\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\lucky*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\dialog\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\dialog*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\doraapp\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\doraapp*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-bin\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-bin*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\lucky\js\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\lucky\js*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo*\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cms_activity\cms-h5\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cms_activity\cms-h5*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\cssrem\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\cssrem*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\iscroll\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\iscroll*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\h5activity\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\h5activity*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\webpackapp\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\webpackapp*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\ant-design\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\ant-design*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\react-tutorial\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\react-tutorial*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\angelkuga.github.io\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\angelkuga.github.io*\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component*\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html*\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page*\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\output\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\output*\Google\Chrome\Application\45.0.2454.93
Glob in e:\new\Chrome\Application\45.0.2454.93 and e:\new*\Chrome\Application\45.0.2454.93
Glob in e:\limit\Chrome\Application\45.0.2454.93 and e:\limit*\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\lcsh5\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\lcsh5*\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp*\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\ued_web\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\ued_web*\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\new_h5_cfp\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\new_h5_cfp*\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_activity\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_activity*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\lucky\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\lucky*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\dialog\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\dialog*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\doraapp\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\doraapp*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-bin\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-bin*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\lucky\js\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\lucky\js*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo*\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cms_activity\cms-h5\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cms_activity\cms-h5*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\cssrem\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\cssrem*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\iscroll\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\iscroll*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\h5activity\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\h5activity*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\webpackapp\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\webpackapp*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\ant-design\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\ant-design*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\react-tutorial\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\react-tutorial*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\angelkuga.github.io\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\angelkuga.github.io*\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component*\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html*\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page*\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\output\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\output*\Chrome\Application\45.0.2454.93
Glob in e:\new\Application\45.0.2454.93 and e:\new*\Application\45.0.2454.93
Glob in e:\limit\Application\45.0.2454.93 and e:\limit*\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\lcsh5\Application\45.0.2454.93 and e:\noah-web\yuangongb\lcsh5*\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp*\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\ued_web\Application\45.0.2454.93 and e:\noah-web\yuangongb\ued_web*\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\new_h5_cfp\Application\45.0.2454.93 and e:\noah-web\yuangongb\new_h5_cfp*\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_activity\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_activity*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\lucky\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\lucky*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\dialog\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\dialog*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\doraapp\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\doraapp*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-bin\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-bin*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\lucky\js\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\lucky\js*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo*\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cms_activity\cms-h5\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cms_activity\cms-h5*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\cssrem\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\cssrem*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\iscroll\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\iscroll*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\h5activity\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\h5activity*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\webpackapp\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\webpackapp*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\ant-design\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\ant-design*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\react-tutorial\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\react-tutorial*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\angelkuga.github.io\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\angelkuga.github.io*\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component*\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html*\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page*\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\output\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\output*\Application\45.0.2454.93
Glob in e:\new\45.0.2454.93 and e:\new*\45.0.2454.93
Glob in e:\limit\45.0.2454.93 and e:\limit*\45.0.2454.93
Glob in e:\noah-web\yuangongb\lcsh5\45.0.2454.93 and e:\noah-web\yuangongb\lcsh5*\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp*\45.0.2454.93
Glob in e:\noah-web\yuangongb\ued_web\45.0.2454.93 and e:\noah-web\yuangongb\ued_web*\45.0.2454.93
Glob in e:\noah-web\yuangongb\new_h5_cfp\45.0.2454.93 and e:\noah-web\yuangongb\new_h5_cfp*\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_activity\45.0.2454.93 and e:\noah-web\yuangongb\h5_activity*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\lucky\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\lucky*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\dialog\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\dialog*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\doraapp\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\doraapp*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-bin\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-bin*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\lucky\js\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\lucky\js*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo*\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cms_activity\cms-h5\45.0.2454.93 and e:\noah-web\yuangongb\h5_cms_activity\cms-h5*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\cssrem\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\cssrem*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\iscroll\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\iscroll*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\h5activity\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\h5activity*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\webpackapp\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\webpackapp*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\ant-design\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\ant-design*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\react-tutorial\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\react-tutorial*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\angelkuga.github.io\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\angelkuga.github.io*\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component*\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html*\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\page*\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\output\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\scss\output*\45.0.2454.93
Found no local match
====Notified of url file:///C:/Program%20Files%20(x86)/Google/Chrome/Application/45.0.2454.93/====
Glob in e:\new\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\new*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\limit\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\limit*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\lcsh5\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\lcsh5*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\ued_web\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\ued_web*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\new_h5_cfp\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\new_h5_cfp*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_activity\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_activity*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\lucky\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\lucky*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\dialog\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\dialog*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\doraapp\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\doraapp*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-bin\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-bin*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\lucky\js\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\lucky\js*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cms_activity\cms-h5\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cms_activity\cms-h5*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\cssrem\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\cssrem*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\iscroll\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\iscroll*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\h5activity\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\h5activity*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\webpackapp\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\webpackapp*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\ant-design\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\ant-design*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\react-tutorial\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\react-tutorial*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\entry*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\dora-plugin-proxy*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\repository\angelkuga.github.io\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\repository\angelkuga.github.io*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\xiaobaidu-visual-studio\kugaweb\antd-demo\src\component*\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93
Glob in e:\noah-web\yuangongb\h5_cfp\h5\public\src\resource\ygb\html\Program%20Files%20(x86)\Google\Chrome\Application\45.0.2454.93 and e:\noah-web\yuangongb\h5_cfp\h5\public\src\res

@Angelkuga
Copy link

and a notice that in the end it says "Found no local match" but i don't
know what kind of file it want to match

On Wed, Jan 13, 2016 at 1:22 PM, Kuga Angel [email protected] wrote:

i copy the console text in a file you can open it and see

On Wed, Jan 13, 2016 at 11:09 AM, Dan Moseley [email protected]
wrote:

Can you please copy the text out of the console and share all of it? It's
the black and white region at the bottom of your picture.


Reply to this email directly or view it on GitHub
#17 (comment)
.

Angelkuga

Angelkuga

@danmoseley
Copy link
Collaborator

@Angelkuga I think it got cut off. Can you paste the full thing on https://gist.github.com/ and share the link?
But from your screenshot, I see you're trying to set a breakpoint in index.html. You should be able to see something like

====Notified of url http://my.stuff/foo/index.html ===
....// lots of lines here...
Matched e:\abc\def\index.html

This means that the browser (Chrome) told it that the web page used a file at URL http://my.stuff/foo/index.html. Then Web Inspector needs to figure out what local file this is -- what file it is in Sublime. For example you might have the file e:\abc\def\index.html open in Sublime. It will make lots of guesses, comparing different substrings of the URL and the files and folders you have open in Sublime. It does not look at the file content.

In this example you want it to figure out that http://my.stuff/foo/index.html is the same thing as e:\abc\def\index.html . It will say "Matched e:\abc\def\index.html" for example. Does it make this match?

@danmoseley
Copy link
Collaborator

One possible problem is that the file name is not included in the URL. For example if you're navigating to "http://foo.com/bar" and the server returns a file named index.html, Web Inspector will not know that the two refer to the same thing. To fix that, Web Inspector would need to be able to read custom mappings out of a configuration file.

Do you want to offer a pull request?

@danmoseley danmoseley reopened this Jan 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

10 participants