question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Debugging stops working when the .env file has more than 556 characters

See original GitHub issue

Environment data

  • VS Code version: 1.22.2
  • Extension version: 2018.3.1
  • OS and version: Windows 7 64bits
  • Python version: 3.6.5 64bits
  • Type of virtual environment used: pipenv

Actual behavior

Debugging completely stops working when the .env file has more than 556 characters and does not display any error or log message. It’s necessary to restart the VSCode to work again if the .env file is less than 556 characters long (ignoring spaces).

Expected behavior

Debugging well…

Steps to reproduce:

  1. Type more than 556 characters in .env file (sum of var names, values, etc).
  2. Type F5 or click menu Debug>Start Debugging.

Logs

Output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

NOTHING!

Output from Console under the Developer Tools panel (toggle Developer Tools on under Help)

NOTHING!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:19 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
DonJayamannecommented, May 23, 2018

@FlavioCestari I believe the issue has been resolved in the insiders version of VS Code. Please could you test this out and let us know how it is. Please ensure you test this with the Insiders Build of VS Code

0reactions
brettcannoncommented, Oct 23, 2018

@jahan01 yes please as we need you to fill out the issue template to capture all the details for your system to help us diagnose the problem.

Read more comments on GitHub >

github_iconTop Results From Across the Web

dotenv file is not loading environment variables - Stack Overflow
I have .env file at root folder file
Read more >
Using environment variables in a React application
In this article we'll see how to use environment variables in a React application. Specifically, we'll look at two kinds of environments variables:...
Read more >
Configure your environment | Cloud Functions for Firebase
With this approach, you manually create a dotenv file for loading environment variables. Runtime environment configuration with the Firebase CLI and functions.
Read more >
HSPICE Reference Manual: Commands and Control Options
HTML output in the working directory. □. If you do not specify an output file name in either the. -o or -html option,...
Read more >
Customizing the Liberty environment - IBM
jar executable JAR file, or the embedded Liberty server SPI, then you must use the same settings to enable debug mode for Liberty....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found