Execution error while trying to run Fiddler for mac - macos

I've installed fiddler for mac and the mono framework. I also followed the install instructions pdf included in the download
While running
$ mono --arch=32 Fiddler.exe
I get
Thunderbolt
/Users/XXX/dev/fiddler-mac/FiddlerAttach.applescript:7:87: execution error: /bin/sh: Ethernet,127.0.0.1,8888,on,127.0.0.1,8888,on,0,0,off,0,0,off: command not found (127)
The UI does launch and when I try to start capturing traffic, the same error repeats in the terminal

Related

How can I enable the web-bluetooth Debug Logs on Mac?

I'm attempting to file a bug for web bluetooth. I attempted to enable the Chrome Debug Logs on Mac, but the instructions on the following site may be out of date.
https://www.chromium.org/developers/how-tos/file-web-bluetooth-bugs/
I tried to follow these instructions.
Chrome logs
Quit any running instance of Chrome.
Launch /Applications/Utilities/Terminal.app
At the command prompt enter: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --enable-logging=stderr --vmodule=bluetooth=2
I expected to see the command complete successfully and begin viewing logs on
chrome://bluetooth-internals/#debug
When I run the command in Terminal, I receive the following response.
zsh: no matches found: --vmodule=bluetooth=2
MacOS Monterey Version 12.6.3
Chrome Version 109.0.5414.119 (Official Build)(x86_64)

chromium window mini installer failed installation with error

After building source from chromium,you can create a "mini installer" for Windows by running
ninja -C out\BuildFolder mini_installer
This works fine and create mini installer.exe in out\BuildFolder How ever while trying to install mini_installer.exe i got following error message on window.
How ever i was able to install via setup.exe in out\BuildFolder previously on chromium version 96.* it was running well but i got this error on chromium version 106.*
I am planning to distribute build among user via mini_installer. What could be reason behind not installing ? Is there any way to figure out error logs on window??

LLDB remote debbuging between two macOS

I have been trying for hours to get a simple program to be debug remotely.
On the remote macOS, I cannot build it as it is an older macOS that cannot have the latest Xcode to build without any errors.
My plan was to build on the development machine, then use LLDB to debug it remotely.
On the remote machine I have run debugserver "DEV_IP:1234"
On the dev machine:
lldb
platform select remote-macosx
platform connect connect://REMOTE_IP:1234
file a.out
run
I do have this log on the remote machine Got a connection, waiting for process information for launching or attaching.
However, it always fails with the following error:
error: invalid host:port specification: 'REMOTE_IP'
If anyone has an idea on how I could remotely debug without having to install the binary on the remote machine AND without getting started before attaching as the process early crashes.

how to install Selenium WebDriver in macOS High Seirra?

I have followed this instructions:
https://www.utest.com/articles/selenium-setup-on-a-mac-and-configuring-selenium-webdriver-on-mac-os
But when I tried mvn test, I get an error:
sh-3.2# mvn test
sh: mvn: command not found
sh-3.2#
Then, I tried to download this as well:
http://www.seleniumhq.org/download/
The file, selenium-server-standalone-3.8.1.jar is not installing. Does nothing when I double click it.
I also downloaded Katalon Studio, works well in iOS. It also supports windows and linux, but our boss said, use Selenium only because we already have test cases built in Selenium.
So, is there any other way to install Selenium in macOS High Seirra 10.13?

Mac terminal returns "xcrun: error: unable to exec Xcode native xcrun (Exec format error)."

Mac OS X V. 10.9.4 2.4 GHz 2 GB RAM
Im trying to use Git through my mac terminal and it keeps returning this error every time I submit a git command: "xcrun: error: unable to exec Xcode native xcrun (Exec format error).".
I already installed git and github in my mac. Im somehow new to programming I i don't really understand whats causing this error. Its getting very frustrating.
The following works for me:
sudo xcode-select --reset
The GUI equivalent of this is to log into the machine, open Xcode, go to preferences, locations, and set the active command line tools version of xcode
I was getting a similar xcrun: error: unable to exec Xcode native xcrun (Not a directory). on my mac which is managed by a central admin. I had to run my command with sudo.

Resources