View Issue Details

IDProjectCategoryView StatusLast Update
0000210XdebugStep Debuggingpublic2020-03-12 17:03
Reporterbhofmann Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionopen 
Summary0000210: Add a way to stop the debug session without having to execute a script
Description

Browsing to an url with XDEBUG_SESSION_STOP causes the script to be executed, it would be great if there was a special url that just stops the session without executing anything.

TagsNo tags attached.
Operating System
PHP Version5.1.6

Activities

derick

2006-10-18 13:04

administrator   ~0000475

The GET/POST parameter "XDEBUG_SESSION_STOP_NO_EXEC" works in the same way as XDEBUG_SESSION_STOP, except that the script will not be executed.

Issue History

Date Modified Username Field Change
2006-10-18 10:15 bhofmann New Issue
2006-10-18 13:04 derick Status new => closed
2006-10-18 13:04 derick Note Added: 0000475
2020-03-12 16:56 derick Severity trivial => feature
2020-03-12 17:03 derick Category Feature/Change request => Step Debugging