You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I build and run the JobTree project in Chapter 04(both select Debug -> Start Debugging or Debug -> Start Without Debugging), this assertion failed.
Environment
Visual Studio Community 2019(16.6.2)
Windows 10 2004(10.0.19041.329)
It looks like the CREATE_BREAKAWAY_FROM_JOB causes this situation when running executable directly in Visual Studio. (Maybe jobs/processes under VS job cannot have this flag?)
If running executable directly(e.g. clicking in explorer), the assert successes.
Thank you.
(sorry for my poor English)
The text was updated successfully, but these errors were encountered:
Hi, when I build and run the JobTree project in Chapter 04(both select Debug -> Start Debugging or Debug -> Start Without Debugging), this assertion failed.
Environment
It looks like the
CREATE_BREAKAWAY_FROM_JOB
causes this situation when running executable directly in Visual Studio. (Maybe jobs/processes under VS job cannot have this flag?)If running executable directly(e.g. clicking in explorer), the assert successes.
Thank you.
(sorry for my poor English)
The text was updated successfully, but these errors were encountered: