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 242733 - Debug not working for Nette Tester
Summary: Debug not working for Nette Tester
Status: RESOLVED WONTFIX
Alias: None
Product: php
Classification: Unclassified
Component: Nette (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-10 11:00 UTC by Tomas Mysik
Modified: 2016-05-25 09:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2014-03-10 11:00:32 UTC
Information from David Grudl [1]:

----- %< -----
Now I understand what you talked about. In Nette Tester each test is separately executable / debuggable file, so there is no need to "put the breakpoint & run Tester", just you have to "put breakpoint & run the test file".

However, it should also work with Tester. Since Tester does not use any php.ini file by default, xdebug must be loaded:

via option -c and path to php.ini that contains the settings for Xdebug
via option -z and path to Xdebug extension
----- %< -----

[1] https://github.com/nette/tester/issues/39#issuecomment-37170863
Comment 1 Tomas Mysik 2016-05-25 09:19:46 UTC
Let's wait for a report from some real user ;)