Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Prompt disappears when opening truffle debug within truffle develop #1975

Closed
haltman-at opened this issue May 1, 2019 · 1 comment
Closed

Comments

@haltman-at
Copy link
Contributor

Issue

When running debug from truffle develop, the prompt initially fails to appear. (It will appear after pressing enter, or after deleting any of the entered text.)

Steps to Reproduce

  1. Run truffle develop.
  2. Within truffle develop, run a transaction and obtain its hash.
  3. Within truffle develop, run debug on the transaction hash.

Expected Behavior

After the debugger's startup messages, the debugger prompt should appear.

Actual Results

The debugger prompt does not appear until you press enter or delete some of the text you've entered.

Environment

  • Operating System: Linux Mint 18.3 (64-bit)
  • Ethereum client: truffle develop
  • Truffle version (truffle version): 5.0.13
  • node version (node --version): 10.6.0
  • npm version (npm --version): 6.6.0
@eggplantzzz
Copy link
Contributor

This is not an issue on the most recent Truffle (5.1.51) - someone must have fixed it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants