When using TypEcs and debugging remotely with Crome, after deleting a breakpoints they appear as deleted in the Eclipse UI, but the debugger keeps stopping on the deleted breakpoint.
Setup: Eclipse for PHP version Mars with TypEcs version 4.0. Chrome version 44.0.2403.157 (64-bit). On a Mac with OS X 10.10.5.
Steps to reproduce:
Open Eclipse and open a project where TypEcs is enabled.
Start Crome with remote debugging enabled (using the --remote-debugging-port=9222 flag).
Create a "Typescript Web Remote" debug configuration in Eclipse.
In Chrome, load the html file that links to the typescript code that needs to be debugged.
In Eclipse start the debugging using the configuration created in step 3.
Set a breakpoint in Eclipse.
Reload the page in Chrome.
In Eclipse press the "Resume" button to continue the program execution.
Remove the breakpoint in Eclipse.
Reload the page in Chrome.
Expected result: In point 10 the program should run without stoping at the line of the breakpoint set in point 6.
Actual result: The program execution stops at the line of the breakpoint set in point 6.
When using TypEcs and debugging remotely with Crome, after deleting a breakpoints they appear as deleted in the Eclipse UI, but the debugger keeps stopping on the deleted breakpoint.
Setup: Eclipse for PHP version Mars with TypEcs version 4.0. Chrome version 44.0.2403.157 (64-bit). On a Mac with OS X 10.10.5.
Steps to reproduce:
Expected result: In point 10 the program should run without stoping at the line of the breakpoint set in point 6.
Actual result: The program execution stops at the line of the breakpoint set in point 6.