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 - Cannot finish debugger
Summary: Cannot finish debugger
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Marco Walther
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-13 14:53 UTC by Jiri Skrivanek
Modified: 2008-02-22 13:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (133.81 KB, text/plain)
2007-03-13 14:54 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
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.