eclipse / aCute

Eclipse aCute - C# edition in Eclipse IDE
https://projects.eclipse.org/projects/tools.acute
Eclipse Public License 2.0
78 stars 33 forks source link

`dotnet exec` can be missing from the Launch #127

Closed mickaelistria closed 6 years ago

mickaelistria commented 6 years ago

Because the build process stops early, the whole Launch can sometimes be marked as terminated before the dotnet exec process gets attached. That leads to a confusing state for users dealing with the Debug view. We should probably avoid attaching the build step to the Launch, and instead make it a preliminary job.