axmor / typecs

TypEcs - TypeScript IDE for Eclipse
61 stars 14 forks source link

Removing breakpoints not working #82

Closed gabrielar closed 3 months ago

gabrielar commented 9 years ago

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:

  1. Open Eclipse and open a project where TypEcs is enabled.
  2. Start Crome with remote debugging enabled (using the --remote-debugging-port=9222 flag).
  3. Create a "Typescript Web Remote" debug configuration in Eclipse.
  4. In Chrome, load the html file that links to the typescript code that needs to be debugged.
  5. In Eclipse start the debugging using the configuration created in step 3.
  6. Set a breakpoint in Eclipse.
  7. Reload the page in Chrome.
  8. In Eclipse press the "Resume" button to continue the program execution.
  9. Remove the breakpoint in Eclipse.
  10. 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.

gabrielar commented 3 months ago

This repo seems to be unmaintained.

Thus closing the issue.