Unable to run Crossrider extension on firefox, not even in debug mode - crossrider

I am unable to run my Crossrider extension on Firefox 34.0.5.
I have enabled all about:config needed variables in order to trace errors but can't get any error in the consoles (page console, browser console).
I am also unable to install the extension in debug mode, getting a message of
"Failure installing the debug extension of your Crossrider Extension"
each and everytime, without any errors in the consoles.
May that be a bug in Crossrider's system?
I am however able to run the extension in Chrome and Safari, IE does not run it as well, but that is another story.
I'm clueless, did anyone experienced these problem?

Related

Why can not I see my codes result lively in VSCODE? Live server has problem I think

I have installed extensions offline through VSIX file format, because I could not download online due to an unexpected error. My problem is when I would type codes, the result would not appear in browser as live, and if I want see my result I must either close and reopen my browser or switch live server off then on
I have done only either close and reopen my browser or switch live server off then on

Netbeans 10 doesn't run html pages in the browsers

I have Apache netbeans 10 on Ubuntu 18.04 64 bit.
I created a simple html5/javascript project but when I run it in the notification area I have the error:
Cannot run /usr/bin/google-chrome
I have already manually installed chrome netbeans extension but nothing. I have the same problem with Firefox and the default web browser. Which could be the problem?
Finally, when I run the binary file netbeans from shell to open Netbeans I have following warning:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.netbeans.core.windows.view.ui.MainWindow (jar:file:/home/nick/netbeans/platform/modules/org-netbeans-core-windows.jar!/) to field sun.awt.X11.XToolkit.awtAppClassName
WARNING: Please consider reporting this to the maintainers of org.netbeans.core.windows.view.ui.MainWindow
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Regards
Recently I was having the same problem, when trying to run a HTML5 NetBeans-Project using Chrome, on NetBeans 12.0, CentOS7. Here is what I did to be able to run the Site on Chrome through, NetBeans Run's Command-Bar Option.
Select Tools>Options.
On WebBrowser List, select Chrome
Press Edit Button
The WebBrowsers Manager window will open.
In the Process opt., search for Chrome-App. E.g. /usr/bin/google-chrome-stable
In the Argument's Textbox, set: --no-sandbox {URL}
Press OK for each Window until all are closed.
On the Run's Button Bar select Chrome.
Press Run; then Chrome should launch your HTML5 Site.
Note: A warning will be prompted on Chrome due to -no-sandbox param.

How to debug an exe

I am running a web application code from Eclipse. I have to run an exe and work on that.[Loading of the page in the web browser will not work.]
I would like to debug the code, As for Java side I can able to debug it after running the exe. But I could not debug the UI part. I looked into the internet and have come to know that we can debug it in visual studio.
I tried to open the exe file in visual studio and placed some breakpoints in the JS and started both the server and the exe in debug mode but still it is not working. Please let me know what i am doing wrong or is there any other way where I can able to debug the code.

Visual Studio Code with XDebug Getting Stuck

I'm using XDebug with Visual Studio Code on Windows 10 to debug PHP.
The debugger works but from time to time it's getting stuck (hits the breakpoint but doesn't respond to step in, step over commands).
I tried switching to XDebug nts version (Not Thread Safe) but it doesn't help. Restarting the web server (Apache) doesn't resolve it either. Sometimes computer restart helps but not always...
Any solution or workaround? (Even a command line that frees this deadlock)
Having out of context debug expressions in the watch window causing the debugger to get stuck.You should clear the watch window from expressions.I guess the evaluation of out of context expressions make the debugger to get stuck.

Mac eclipse xdebug firefox issue

I have worked with eclipse, firefox, and xdebug for months now on a linux-ubuntu machine. recently i moved to a mac 10.6 and set up all these programs and they all work fine until I try to run xdebug using firefox as the default browser in eclipse.
It will work, but the browser must be close other wise it will prompt a message saying
Close Firefox:
A copy of Firefox is already open. Only one copy of Firefox can be open at a time.
and when this happens I can not debug, I have to close the browser and start the debugger again. This becomes very annoying after a few tries.
If I use safari I do not have this issue, it just opens a new tab and I can debug with no problems. I can live with this set up, but I prefer to use FF. any idea why this is happening?
make sure firefox is set as your default browser on your mac and then in eclipse go to preferences->general->web browser and select use external browser and in the window below select default system browser.
This should launch stuff as a new tab in firefox.