Local Debugging - Break Points not hitting
I have installed the same server/code on two machines however on one of my machines the break points are not hitting. The breakpoints are showing up as registered however the code isnt breaking.Ive uninstalled chrome, phpstorm updated java but nothing seems to work.
and the chrome log:
IN ["Debugger","sendCommand",[32,{"id":6,"method":"Debugger.removeBreakpoint","params":{"breakpointId":"\/^http:\/\/localhost:63342\/jquery\/xloop\\.html([;?#].*)?$\/:10:0"}}]] browser-ext-platform.js:733
IN ["Debugger","sendCommand",[32,{"id":7,"method":"Debugger.removeBreakpoint","params":{"breakpointId":"\/^http:\/\/localhost:63342\/jquery\/xloop\\.html([;?#].*)?$\/:13:0"}}]] browser-ext-platform.js:733
IN ["Debugger","detach",[32]] browser-ext-platform.js:733
DC 32 Debugger.disable browser-ext-platform.js:733
DR 32 Debugger.disable Object {} browser-ext-platform.js:733
IN [24,"Debugger","attach",["http://localhost/sothix/jquery/xloop.html",true]] browser-ext-platform.js:733
http://localhost/sothix/jquery/xloop.html: existing tab found, old url: http://localhost/sothix/jquery/xloop.html browser-ext-platform.js:733
update tab: 32 http://localhost/sothix/jquery/xloop.html, new url: data:text/html;base64,PCFET0NUWVBFIGh0bWw+PHRpdGxlPkxvYWRpbmcgaHR0cDovL2xvY2FsaG9zdC9zb3RoaXgvanF1ZXJ5L3hsb29wLmh0bWw8L3RpdGxlPg== browser-ext-platform.js:733
tab updated: 32 data:text/html;base64,PCFET0NUWVBFIGh0bWw+PHRpdGxlPkxvYWRpbmcgaHR0cDovL2xvY2FsaG9zdC9zb3RoaXgvanF1ZXJ5L3hsb29wLmh0bWw8L3RpdGxlPg== loading, callback exists browser-ext-platform.js:733
EV 2 Debugger.scriptParsed 100 browser-ext-platform.js:733
'updateTab' onUpdated, done false, changeInfo browser-ext-platform.js:733
Object {status: "loading", url: "data:text/html;base64,PCFET0NUWVBFIGh0bWw+PHRpdGxl…zdC9zb3RoaXgvanF1ZXJ5L3hsb29wLmh0bWw8L3RpdGxlPg=="}
'updateTab' onUpdated, done false, changeInfo Object {status: "complete"} browser-ext-platform.js:733
remove 'updateTab' onUpdated listener browser-ext-platform.js:733
attachDebugger: existing dom not found browser-ext-platform.js:733
IN ["Debugger","sendCommand",[32,{"id":1,"method":"Debugger.enable","params":{}}]] browser-ext-platform.js:733
DC 32 Debugger.enable browser-ext-platform.js:733
IN ["Debugger","enableConsole",[32]] browser-ext-platform.js:733
IN ["Debugger","sendCommand",[32,{"id":4,"method":"Debugger.setBreakpointByUrl","params":{"condition":"","urlRegex":"^http:\/\/localhost:63342\/jquery\/xloop\\.html([;?#].*)?$","lineNumber":13}}]] browser-ext-platform.js:733
IN ["Debugger","sendCommand",[32,{"id":5,"method":"Debugger.setBreakpointByUrl","params":{"condition":"","urlRegex":"^http:\/\/localhost:63342\/jquery\/xloop\\.html([;?#].*)?$","lineNumber":10}}]] browser-ext-platform.js:733
IN ["Debugger","navigate",[32,"http://localhost/sothix/jquery/xloop.html",true]] browser-ext-platform.js:733
DR 32 Debugger.enable Object {} browser-ext-platform.js:733
DC 32 Console.enable browser-ext-platform.js:733
DR 32 Console.enable Object {} browser-ext-platform.js:733
EV 2 Debugger.scriptParsed 101 browser-ext-platform.js:733
EV 32 Console.messagesCleared browser-ext-platform.js:733
EV 32 Debugger.globalObjectCleared browser-ext-platform.js:733
EV 32 Console.messagesCleared browser-ext-platform.js:733
EV 32 Debugger.scriptParsed http://localhost/sothix/jquery/js/jquery-1.7.1.min.js 22 browser-ext-platform.js:733
EV 32 Debugger.scriptParsed http://localhost/sothix/jquery/js/jquery-ui-1.8.18.custom.min.js 23 browser-ext-platform.js:733
EV 32 Debugger.scriptParsed http://localhost/sothix/jquery/xloop.html 24 browser-ext-platform.js:733
Please sign in to leave a comment.
Screen Cap and Log. Pause and Resume work

Attachment(s):
idea.log.zip
I simply deleted the Deployment.
File > Settings > Deployment > Hit the Minus and Apply.