intellij-haxe icon indicating copy to clipboard operation
intellij-haxe copied to clipboard

Find source position not implemented in debugger

Open bjitivo opened this issue 11 years ago • 6 comments
trafficstars

This can't be implemented easily at the moment because of the PSI rework. Should eventually be implemented once the PSI tree has settled down.

bjitivo avatar Sep 11 '14 18:09 bjitivo

TIR: STB-3581

bjitivo avatar Sep 11 '14 18:09 bjitivo

Reopened because the issue reported as fixed in the submission comments was on another repository.

EBatTiVo avatar Sep 18 '14 18:09 EBatTiVo

The change was merged in.

bjitivo avatar Sep 18 '14 18:09 bjitivo

Oh sorry, I see. I have no idea what happened there. I don't know why this change got closed on an unrelated merge.

bjitivo avatar Sep 18 '14 18:09 bjitivo

I think this is related to how you merge changes through pull request

as3boyan avatar Sep 19 '14 13:09 as3boyan

If this refers to clicking on the stack in the debugger and jumping to the source file, then that works.

image

CanIGetaPR avatar Sep 30 '20 21:09 CanIGetaPR