-
Notifications
You must be signed in to change notification settings - Fork 37k
Closed
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuestestplan-item
Milestone
Description
- win - PHP (isidor has a vm where PHP is setup) - @bpasero
- linux - C++ (very easy to setup) - @weinand
C++ example - https://gist.github.com/edumunoz/80275bd231abb56165eb
PHP example - any simple php script, just launch it multiple times
We have changed how the continue event behaves. Have a multi-threaded program and verify step / continue / stop behave as expected.
For PHP verify that continue only continues the selected thread, as for C++ verify that continue continues all the threads.
Also verify:
- Newly created threads are reflected in the callStack view
- One thread resuming execution does not affect other stopped threads
- A thread that exits should disappear from the call stack view
Metadata
Metadata
Assignees
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuestestplan-item