Questions tagged as 'console'

1
answer

Comparison of values

I need to make two comparisons as the person inserts data: Higher height; OK Lower height; (it got bad) I can not use vector in this case as it is a requirement of the exercise. In the case I even managed to make the comparisons but it...
asked by 30.08.2017 / 18:34
1
answer

Hide / change error message in the console

I try to get a file that does not exist on my site, like: try { $.getScript('app/controllers/arquivo-errado.js', function(){}); } catch (e) { // caso de erro } The error is returned in the console:    GET URL ... app / controller...
asked by 11.01.2017 / 18:06
1
answer

Problems with accentuation - Python

Hello, I have problems with accentuation in Python. In the code I put this: # - - coding: UTF-8 - - But the accents are not recognized in cmd. Follow the print for better understanding. Thanks in advance!     
asked by 20.11.2016 / 01:09
1
answer

Get all console buffer

How can I get all of the Console text ( System.Console ) to a String , without redirecting console output to a process , for example, I want to get what is in Console through the Console itself. It is possible? If so, how do I do th...
asked by 08.05.2016 / 04:53
1
answer

Write information in the browser console via .Net

I need to show information in the console in the browser the classic console.log of JavaScript, but I would like to do this in the browser with .Net and not in the output of Visual Studio because I believe that Azure is preventing t...
asked by 05.01.2016 / 18:55
1
answer

Buttons, panels and other shapes on the CONSOLE

Well, these days, I'm making a Console, very simple, and I was curious to see some applications made by super advanced third parties, with Menus, panels and even buttons! When you click on them, they give the click effect, a super advanced thing...
asked by 16.05.2015 / 06:54
1
answer

Display help typing help c #

I need when the user type help to print a help text, but this needs to work on any part of the code and not on some parts. Same as CMD, when someone types help, all available commands appear.     
asked by 24.04.2015 / 19:28
1
answer

Modify VIM cursor by running in Console2

I can not change the VIM cursor type when I enter Insert mode when I use Console2. I wanted it to do as it does in cmd, as shown below: Does anyone know if it is possible, and if so, how do you do it?     
asked by 04.08.2014 / 16:21
1
answer

Strange Debug with Android Studio

Note the print, the title (1) of the error has more details than the body (2) of the error. Not all errors appear that way. Is it possible to configure the title to also appear along with the error body?     
asked by 08.12.2018 / 21:34
0
answers

"libhostpolicy.so" error while rotating Docker image for .net core 2.0 project console application

I'm creating a Docker image with an application .net core 2.0 console to function as a background service on the machine, however, when running the image in linux, the following error is displayed: A fatal error was encountered. The library 'l...
asked by 09.11.2018 / 20:36