Recent

Author Topic: IDE Debug feature(this should be simple)  (Read 1926 times)

What I can do

  • Full Member
  • ***
  • Posts: 183
IDE Debug feature(this should be simple)
« on: May 01, 2024, 03:02:54 am »
OS: Win 10
compiler: Lazarus 3.2
Project: a electronic card flasher to teach reading
I was running around on my code using [ctrl]+f to find where i was using a procedure;
but some how I accidently bumped some other key, it popped up a window but not the regular find window this new window listed every instance of my procedure from declaration, implementation, to every where I use this procedure in my code. It was sort of like Messages window where I can click on a message and it takes me to that part. This new window is supper cool for debugging but I don't know how I got it.  Can anyone help with this.

dseligo

  • Hero Member
  • *****
  • Posts: 1601
Re: IDE Debug feature(this should be simple)
« Reply #1 on: May 01, 2024, 04:28:31 am »
It's probably Shift+Ctrl+F (menu Search/Find in Files).
Maybe it's menu View/Code Explorer.

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 11818
  • Debugger - SynEdit - and more
    • wiki
Re: IDE Debug feature(this should be simple)
« Reply #2 on: May 01, 2024, 06:30:26 am »
"Find in files" Ctlr-Shift-F
"Find identifier references" Ctrl-Shift-I

What I can do

  • Full Member
  • ***
  • Posts: 183
Re: IDE Debug feature(this should be simple)
« Reply #3 on: May 01, 2024, 03:24:45 pm »
(SOLVED) [Shift]+[CTRL]+I
Thank you so much,

I all judge the quality of any company or product by it's support

 

TinyPortal © 2005-2018