Skip to main content

Questions tagged [console]

A mechanism for interacting with a computer operating system or software by typing commands to perform specific tasks

4,148 questions with no upvoted or accepted answers
14 votes
0 answers
3k views

How to catch *all* errors and exceptions with Sentry?

Out of 24 errors that appear in the console of my page in Chrome, Sentry only records one. I have followed the documentation and ensured that Sentry is loaded and initialized in the <head> of ...
John Goofy's user avatar
11 votes
1 answer
466 views

Google Chrome console auto scrolls when I click on an object

There are several different questions about this. However, I still have not been able to solve the problem. When I am debugging in Google Chrome's console, I do want to see the content of objects i....
Mayday's user avatar
  • 4,978
10 votes
1 answer
590 views

Is there a way to make interpolated strings public by default when using Swift Logger?

In Swift, I use code like this: let logger = Logger() let someInfo = "information" logger.warning("blah: \(someInfo)") but the console output shows: blah: \<private> unless ...
Kem Mason's user avatar
  • 1,640
10 votes
1 answer
426 views

Safari 6 Total page size (kb)

Since the new version of Safari 6 there is a new developer console. In the developer console, you can view the timeline, network requests and such. The only thing I am missing is "total page size." ...
user1214334's user avatar
9 votes
0 answers
448 views

How to remove my user account from application users on googe play console?

I was added as a user on the google play console for an app some time ago. Since then the admin developer has quit maintaining this account. I want to remove myself from the users of that group in the ...
Oren Kochansky's user avatar
9 votes
0 answers
5k views

Python Spyder IPython console set width

Is it possible to set Spyder's IPython console horizontally scrollable like Jupyter Notebook's IPython cells? I know that I can set pandas options (eg. pd.set_option('display.width', 1000) and pd....
ragesz's user avatar
  • 9,379
9 votes
1 answer
881 views

Is it possible to use the terminal malloc_history when debugging on a iPhone device?

I've found malloc_history useful when testing on the iOS simulator, is it possible to configure it for a physical device (iPhone 4). On the console I do get similar messages to this warning: Unable ...
Chris's user avatar
  • 2,488
8 votes
0 answers
394 views

How to filter out a value that contains whitespace in Chrome console?

The string we need to filter out is: Unchecked runtime.lastError: "sync" is not available in this instance of Chrome There's no single unique word we can target here for removal, nor is ...
Slbox's user avatar
  • 12k
8 votes
0 answers
6k views

How to get all network requests using JavaScript?

I'm looking for something similar to window.performance.getEntries() which would allow to get the status and perhaps the response of all network requests.
El Kopyto's user avatar
  • 1,177
8 votes
3 answers
718 views

Clear console for each run of Testacular/Karma + Jasmine

It is difficult for me to catch with the eye a boundary between test runs. Is it possible to clear console for each run of Testacular/Karma + Jasmine or at least put there something easily catched by ...
Paul's user avatar
  • 26.3k
7 votes
0 answers
3k views

Website is redirecting to google as soon I open devtools

I would like to check Network > Media > Initiator of a video, however, the website does not let me open dev tools, if I do, I get redirected within a second to google. The code responsible for ...
ptts's user avatar
  • 1,033
7 votes
0 answers
19k views

How to execute a shell command across platforms in .NET Core?

In my .NET Core Console app, I receive multiple commands in form of an array of string, and would like to execute them as console command (and showing their output in my own app if possible but not ...
Luke Vo's user avatar
  • 19.8k
7 votes
0 answers
670 views

How to share terminal command output in realtime via a web page?

As programming work often requires us to share our terminal output, I am looking for a persistent way to share the output (stdout and stderr) via a web page. Old school approach was copy/paste to ...
sorin's user avatar
  • 168k
7 votes
0 answers
3k views

How to set Python console opening position?

How to set the position of the Python console? For example: os.system('mode con: cols=88 lines=30') However, I want to move the window to another location. For example: os.system('mode move: x=88 y=...
Fahri Güreşçi's user avatar
7 votes
1 answer
8k views

How to show console output on webpage?

When I go to websites like Codecademy or JSBin, I notice that they allow you to see console output. How does that work? Just to clarify, let's say a user types this in a textbox console.log('hello')...
idude's user avatar
  • 4,854

15 30 50 per page
1
2 3 4 5
277