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

Summary: Can't debug if directory is mark as test directory
Product: php Reporter: Cruiser
Component: DebuggerAssignee: issues@php <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Other   
Issue Type: DEFECT Exception Reporter:

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.