Page 1 of 1

Javascript debugging

PostPosted: January 31st, 2013, 2:53 am
by Polity
I'm trying phptools (have been using jetbrain's PHPStorm) mainly because of the ability to use visual studio. In particular the javascript features and more over the javascript debugging tools in visual studio. However, with a php project, javascript debugging doesnt work anymore. Is there any way to combine both javascript debugging with phptools?

Thanks!

Re: Javascript debugging

PostPosted: January 31st, 2013, 7:21 pm
by Miloslav Beno
Hi!

Thanks for your interest! The current release doesn't initiate javascript debugger when php project is launched. But we have all the support for it prepared for 1.6 release (currently private beta) with certain limitations for the time being:
- JS can be debugged only in Internet Explorer
- The js code won't debug if embedded in php files (this will be supported in later versions). It debugs in js,html,... files

Thank you

Re: Javascript debugging

PostPosted: February 6th, 2013, 11:13 am
by Polity
When are you planning a public (beta) release of 1.6? also, is there a newsletter/feed regarding new releases?

Re: Javascript debugging

PostPosted: February 6th, 2013, 6:03 pm
by Jakub Misek
Hi,
1.6 is planned to be released within a week or two. There is just changelog http://www.devsense.com/products/php-to ... /changelog . We may add newsletter or roadmap on the website after this release.

Thanks,

Re: Javascript debugging

PostPosted: March 14th, 2013, 7:52 am
by Martin Chlupac
I still don't see javascript debugging available. When could we expect it?

Re: Javascript debugging

PostPosted: March 14th, 2013, 11:39 am
by Miloslav Beno
It wasn't included in the latest release, because in VS2012 we need to support Browse With capability as prerequisite for this feature. Once we have this we can pretty much turned js debug on.

Re: Javascript debugging

PostPosted: March 14th, 2013, 11:52 am
by Martin Chlupac
This is a show stopper for us at the moment - when can we expect this feature?

Re: Javascript debugging

PostPosted: March 14th, 2013, 12:05 pm
by Miloslav Beno
What we could do immidiately for you is to turn js debug outside of php files on, as long as you use IE for debugging js. If that would be acceptable, we can prepare the package for you.

Re: Javascript debugging

PostPosted: March 14th, 2013, 2:09 pm
by Martin Chlupac
That would be great and I guess sufficient for most people anyway.

Re: Javascript debugging

PostPosted: March 15th, 2013, 9:13 am
by Miloslav Beno
Ok, We'll have the package ready during today. I'll send you an email with the instructions.