XMLHTTPRequest breakpoints are not working in JavaFX WebView browser. The same debug communication works in Chrome, but does not in WebView.
Please find attached the communication log file. One using Chrome browser and one using WebView.
It's apparent that "Debugger.paused" event is not received using WebView in spite of submitting XHRBreakpoint for "url":"data.txt" and receiving "Network.requestWillBeSent" for "url":"http:\/\/localhost:8383\/DebuggerDemo\/data.txt"
Please find attached the communication log file. One using Chrome browser and one using WebView.
It's apparent that "Debugger.paused" event is not received using WebView in spite of submitting XHRBreakpoint for "url":"data.txt" and receiving "Network.requestWillBeSent" for "url":"http:\/\/localhost:8383\/DebuggerDemo\/data.txt"
- relates to
-
JDK-8125311 DOM breakpoints not working
-
- Closed
-