Closed BoykoAlex closed 7 months ago
Likely custom debug event with PID and debug session started event were coming in reverse order in the past, i.e. debug session started first and then custom debug event with PID...
@BoykoAlex thanks for the fix.
Try to match custom debug event against project name in
BootApp
andDebugSession
. The fix in memory provider is just to avoid errors in the consoleFixes #216