kashiwazakinenji / chromedevtools

Automatically exported from code.google.com/p/chromedevtools
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Breakpoints cannot be set when installed inside Zend Studio #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Install ZendStudio application ( http://www.zend.com/en/ ).
2. Install ChromeDevTools plug-in in Studio (which is essentially an Eclipse 
application).
3. Connect ChromeDevTools debugger to any stand-alone V8 application.
4. Open JavaScript file from a VirtualProject.
5. Try to set a breakpoint.

Expected:
Breakpoint is set and works.
Actual:
Nothing happens on mouse double-click or Ctrl+Shift+B. Corresponding items in 
menus are disabled.

Original issue reported on code.google.com by peter.ry...@gmail.com on 22 Jan 2011 at 12:48

GoogleCodeExporter commented 8 years ago
The problem may be generalized as following: when there are other debugger 
installed, especially JavaScript debugger, they should conflict. In this case 
it also seems to be complicated by some competing providers and consequently 
flakey reproducing.

Original comment by peter.ry...@gmail.com on 22 Jan 2011 at 1:01

GoogleCodeExporter commented 8 years ago
Should be fixed in HEAD now. Targeted to 0.2.2 release.
Committed: http://code.google.com/p/chromedevtools/source/detail?r=478

Original comment by peter.ry...@gmail.com on 27 Jan 2011 at 11:22

GoogleCodeExporter commented 8 years ago
Fixed in 0.2.2

Original comment by peter.ry...@gmail.com on 18 Feb 2011 at 8:44