This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ctrl +- is going back wrong

Hi, I'm new to uVision and have experience with MPLAB X.

I used around uVision and found some problems, if you may please help me.

Q1:
I randomly chose a variable and click "Go to definition of 'variable_name'", and then tied to go back to previous line by using ctrl plus + or -.

I found that sometimes it going back to the wrong place(not previous one)

image: https://imgur.com/a/hQOvNoE

In first picture, I want to go to the definition of "LowPowerConfig"
In second, it goes to the definition of which in the io.c file.

Then I press the keyboard "ctrl" + "-", and it goes to wrong place, which shows in third picture.

How is it going?

Q2: sometimes I want to read different sections in the same file, is there a function to create a clone file to read both simultaneously?

like this: https://imgur.com/a/rvs8pdx

These two mian.c are the same one but clone. I can simultaneously read or edit both.