This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 97746

Summary: Cannot finish debugger
Product: php Reporter: Jiri Skrivanek <jskrivanek>
Component: CodeAssignee: Marco Walther <marcow>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: messages.log

Description Jiri Skrivanek 2007-03-13 14:53:06 UTC
It is not possible to finish debugger. To reproduce:

- create a PHP project
- call 'Debug Project' on projects node
- wait until index.php is shown in browser
- call 'Run|Finish Debugger Session' main menu item but nothing happens (look at
messages.log for exception).

Build 20070313-0853, WindowsXP, JDK1.5.0_10, PHP5.1.2, DBG2.15.1.
Comment 1 Jiri Skrivanek 2007-03-13 14:54:24 UTC
Created attachment 39437 [details]
messages.log
Comment 2 Denis Anisimov 2007-11-06 17:14:44 UTC
Currently debugger has new implementation based on XDebug extension.
So this bug could not be applied for current situation.
Close it as fixed.
Comment 3 Jiri Skrivanek 2007-11-07 13:10:16 UTC
Verified.