Netbeans Connector and Chrome - MAC OS

1

I recently migrated my development IDE, NetBeans, from Linux to MAC OS.

The problem is that I can not debug my Java EE project in Chrome using the NetBeans Connector extension.

By simply debugging, Chrome opens only one blank page with the URL file:///private/var/folders/xc/2h230k1j75q4s7hk1mymy40r0000gp/T/blank6473583437075718674.html and nothing else happens.

If I access through the address localhost:8080/NomeDoProjeto , the application works normally, but I can not debug this condition.

In NetBeans LOG there is no error, and in Chrome when opening the Developer Tool, only <html :netbeans_temporary="true"></html>

The version of NetBeans is 8.2, the version of Chrome is 63.0.3239.84 (Official version) 64 bits and the version of the NetBeans Connector is 1.1.5.

    
asked by anonymous 15.12.2017 / 19:22

0 answers