Topic: Debugger - 'Continue to here'

I used to use this a lot.
It'd be good to put it in SF2 if you can.
---
J.

Re: Debugger - 'Continue to here'

John,

Sorry it's not there.  I'll get to work on it.

-Jeff

Jeff Armstrong
Approximatrix, LLC

Re: Debugger - 'Continue to here'

Yes.   A "Run to cursor" option would be very useful.


More things for my wish list would be:


(1) "Step into outermost subroutine" for calls like

call xyz(func(x), func(y))

where you want to step into xyz but want to step over the function calls in the actual arguments.


(2) To be able to issue native gdb commands in a command window, especially ones to print out variables. Currently, some variables only show as addresses in the variables list (e.g. assumed shape arrays), and it would be helpful to print variables out with the "p" command.

p array(1)
p x

(3) Show global or "host associated" variables in the variables list or be able to print them using "p".

--
David

Re: Debugger - 'Continue to here'

Requests:

- run to here
- jump to here
- run from here
- step out
- edit a variable
- make a pot of tea
- auto-fix the bug in my program
---
John

Re: Debugger - 'Continue to here'

Requests:

- run to here
- jump to here
- run from here
- step out
- edit a variable
- make a pot of tea
- auto-fix the bug in my program
---
John