I implemented a very basic way to eval some code by selecting it in the code panel (first you need to select the code you want to eval and then hit the V key). This saves some time when debugging (you do not have to type a full eval command nor browse variables in the Namespace panel). Also, a jump command is provided using the same approach (place the cursor in the code panel first, then hit J).
I implemented a very basic way to eval some code by selecting it in the code panel (first you need to select the code you want to eval and then hit the V key). This saves some time when debugging (you do not have to type a full eval command nor browse variables in the Namespace panel). Also, a jump command is provided using the same approach (place the cursor in the code panel first, then hit J).