1) getVariables returns variables as a vector list.
authorrobekras <robekras>
Sun, 16 Oct 2005 18:19:32 +0000 (18:19 +0000)
committerrobekras <robekras>
Sun, 16 Oct 2005 18:19:32 +0000 (18:19 +0000)
commit5f09b5a930e81c35cea0c067ad4d13f2a8dce6f5
tree71c1d42c2d2952dae2bbc22f7818103184f48025
parentfcade0583469b29dc7611bce6c0b06ba16d7f8c4
1) getVariables returns variables as a vector list.
2) Replicate the index number of the stackframes
3) Sort the 'static' stackframe list by their index numbers. Necessary because the UI will not step into a source file if sorting of stackframes is not in correct order.
4) Modified comments for updateStackFrameList.
net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/PHPDBGInterface.java