bluebird75 / winpdb

Fork of the official winpdb with improvements
Other
91 stars 24 forks source link

eval and jump in code panel #21

Closed dlordi closed 5 years ago

dlordi commented 5 years ago

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).

bluebird75 commented 5 years ago

thanks