Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
11.0, 11.3
-
None
Description
Quando tento debugar um projeto em PHP estou recebendo a seguinte exception:
java.lang.NullPointerExceptionjava.lang.NullPointerException at org.netbeans.modules.php.dbgp.URIMapper$BaseMapper.toWebServerURI(URIMapper.java:278) at org.netbeans.modules.php.dbgp.URIMapper$MultiMapper.toWebServerURI(URIMapper.java:326) at org.netbeans.modules.php.dbgp.URIMapper.toWebServerURI(URIMapper.java:54) at org.netbeans.modules.php.dbgp.SessionId.toWebServerURI(SessionId.java:110) at org.netbeans.modules.php.dbgp.packets.BrkpntCommandBuilder.buildLineBreakpoint(BrkpntCommandBuilder.java:47) at org.netbeans.modules.php.dbgp.packets.BrkpntCommandBuilder.buildLineBreakpoint(BrkpntCommandBuilder.java:61) at org.netbeans.modules.php.dbgp.breakpoints.Utils.getCommand(Utils.java:120) at org.netbeans.modules.php.dbgp.packets.InitMessage.setBreakpoints(InitMessage.java:121) at org.netbeans.modules.php.dbgp.packets.InitMessage.process(InitMessage.java:59) at org.netbeans.modules.php.dbgp.DebugSession.handleMessage(DebugSession.java:268) at org.netbeans.modules.php.dbgp.DebugSession.receiveData(DebugSession.java:249) at org.netbeans.modules.php.dbgp.DebugSession.receiveData(DebugSession.java:230)[catch] at org.netbeans.modules.php.dbgp.DebugSession.run(DebugSession.java:116) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834).
Não fiz nenhuma alteração nas configurações do netbeans, e também não encontrei uma solução para esse problema.
Começou com o php 11.0, instalei o php 11.3 para ver se resolvia, mas estou tendo o mesmo problema.
Debug deste mesmo projeto em outro computador funciona, e o path mapping de ambos está igual.