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 271838 - Can't debug if directory is mark as test directory
Summary: Can't debug if directory is mark as test directory
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.2
Hardware: PC Other
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-21 19:45 UTC by Cruiser
Modified: 2017-11-21 19:46 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 Cruiser 2017-11-21 19:45:29 UTC
When i set a breakpoint in a test file, and mark the directory as a test directory within "Project Properties -> Testing", and setting the "Testing Provider" to "Nette Tester", and select "Debug -> Debug file", it ignores all breakpoints.

But if I remove the settings, and just run the "Debug -> Debug file" as a "normal" PHP file, it stops at the breakpoints as it should.

So something strange happens when you mark your directory as a test directory.