when i try to launch 'run and debug' in Visual Studio Code, i got bug as in screen. bug message:
I tried to add 'runtimeExecutable' and as a key, i typed first 'chrome://version/' in my browers and added path from 'Executable Path', but it didn't help.
Can someone help me with this?
Configuration right now:
Configuration
Related
I'm kind of new to Ghidra Disassembler so kindly bear with me .
I was trying to install Ghidra to analyse an executable. After opening the executable in Ghidra it loads everything fine except Decompiler. Decompiler window displays
Decompiler: Unable to initialize the DecompilerInterface: Could not find decompiler executable" this error message. Also it shows "os/mac_x86_64/decompile does not exist
I downloaded it from here. I also have JDK installed in my mac.
What should i do so as to make Decompiler work?
As the error says there is no decompiler inside "os/mac_x86_64". Not sure on what i should do.
Issue happened because I removed the decompile file while installing ghidra for the first coz gatekeeper in my Mac prompted me to remove it as it was from github. Solution to this issue is to allow it in the Security & Privacy . Thank you #Robert for ur inputs and ur time. U saved me ton of time.
Clicking "Allow Anyways" without removing decompile fixed the issue for me.
I am having trouble debugging my web project using the Chrome Browser. I can only use IE to do my debugging. I did some "googling" to resolve this problem, and came across a few Microsoft threads that said to update to the latest version of VS2017, which I did. I use version 15.9.13 and Visual Studio 2017 tells me I am "up to date" when I check for further updates.
When I first updated VS 2017, it started working, and I could debug using Chrome (finally!). But now it has stopped working again.
I saw in other threads where people suggested deleting the .vs folder, which I did, but had no luck with that.
Google Chrome is up to date at Version 75.0.3770.100
I debug and run my application as "Administrator" so that shouldn't be the problem either. I also close all browsers before running the debugger, so Chrome isn't running elsewhere when I try to debug.
Is there any explanation why Chrome cannot launch when using debugger? I would really like to use Chrome because of it's superior "dev tools" and inspection tools. Any suggestions? Was sad to have it working only one day.
Having configured the same environment like yours(VS version and Chrome version) but can't reproduce the issue.I would think if something is broken in VS or maybe third-party extension is the causes this issue.
Please try:
VS repair and a reinstall of Chrome(don't forget to backup the bookmarks)
Uninstall or disable third-party vs extensions, this won't take effect until restart vs
Navigate to %LocalAppData%\Microsoft\VisualStudio\15.xxx directory, delete all ComponentModelCache folders in all 15.xxx folders.
Open your project in vs, changed the target browser from Chrome to IE. Then F5 and wait until it is finish. Stop it and change the browser back to Chrome. After that the error disappeared.
Also, create a new asp.net web app and debug it with Chrome browser to check if the issue persists. Hope it helps.
If I try to start debugging in Visual Studio Code, I get the following error:
No matter what launch.json I use I always get this error. Tried a lot of launch.json configuration. Don't know why it tries to load localhost:9876/debug.html when I set the url to localhost:8100.
My app is running on 8100 port. Debugger for Chrome is plugin is installed. How could I get rid of this error?
The fix was quite easy. For a long time I did not make a restart to my computer. After a computer restart the debug is working now.
I am new to Visual Studio Code trying to learn Python. I was watching videos to edit the settings and I must have messed something up because when trying to run in debug, an error comes up: "Configured debug type 'python' is not supported." with an option to open up the settings.
I'm running my program in "Python: Current File" configuration, but none of the other configurations work either.
I'd just like to reset to default so I can try again.
Thanks in advance!
i try to implement Admob in my windowsphone app using visual studio 2013 ultimate on windows 8.
When I try to implement the dll I get the error which sais, that I cannot add a refrence to a higher version or implement an incompatible assembly...
When I use the example code I get it working, but only with the error that the namespace is not found (still working somehow) - however, I cannot use the designer anymore until the error is fixed... Any Idea?
Thanks
I found the solution and want to provide it to you:
Since the Admob dll was in a zip file I had to unblock it.
Go to unpacked dll -> rightclick -> properties -> Allow / Unblock at the bottom of the file
After this I could ad the reference.