Now that we have ICorDebug capabilities integrated, we can modify the "Run" sequence to attach our debugger to it.
Requirements:
- Use existing debug services. Check DebugSessionEngine_FullIntegration_BuildRunAndAttachToNodeDevProject unit tests (as well as the other in that file) for example
- Visual feedback to see we're debugging the process
- Visual feedback should change if process closes
- New tab in the console output at the bottom to show the callbacks from ManagedDebuggerCallbacks.cs
- New unit tests to demonstrate it works
- New e2e tests to demonstrate the new visual stuff works
Now that we have ICorDebug capabilities integrated, we can modify the "Run" sequence to attach our debugger to it.
Requirements: