Skip to content

Threads continue event #6160

@isidorn

Description

@isidorn
  • 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

No one assigned

    Labels

    debugDebug viewlet, configurations, breakpoints, adapter issuestestplan-item

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions