remix-project icon indicating copy to clipboard operation
remix-project copied to clipboard

Editor - a breakpoint on every line when you paste

Open ryestew opened this issue 5 months ago • 0 comments

Describe the bug If you paste into the Editor and you have clicked you cursor in the column with the row numbers, and then you paste the code, you'll get a breakpoint on every line. Its hard to tell that you clicked into the column of row numbers - so its an easy unconscious mistake to make.

To Reproduce Steps to reproduce the behavior:

  1. copy some code
  2. Click on into the Editor on a line number
  3. Paste

Expected behavior Breakpoints should not appear unless you are inputting breakpoints. Maybe the Debugger has to be active to input a breakpoint.

Screenshots

Image

Desktop (please complete the following information):

  • OS:MacOS
  • Browser: Chrome

ryestew avatar Nov 07 '25 15:11 ryestew