[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cdt-debug-dev] Problems with watchpoints
|
>
> This is a multi-part message in MIME format.
>
> ------=_NextPart_000_07D7_01C38D9E.B3D97CF0
> Content-Type: text/plain;
> charset="koi8-r"
> Content-Transfer-Encoding: quoted-printable
>
> Hi all!
>
> I think I've found out a wrong behavior of watchpoints in some cases. =20
> I have a program which is linked from files, laying out of workspace. So =
> when I start debug process and program stops, editor asks me to attach =
> file. It will be alright but in this case I can't set watchpoint. As I =
> understood watchpoint adding require project name but this name can only =
> be get if file lays in workspace....
>
Create a PR for this.
The problem is the usual, File outside the workspace
does not have IResource so we can not set markers. However
We are woking on solutions. And in theory Eclipse-3.0 should help
when dealing with this.
> Can this problem be somehow decided? Why does setting of address =
> breakpoints behave different?
>
Yes good point.