Huy Nguyen

Results 3 issues of Huy Nguyen

Currently, the full path of the current source file will be displayed. This usually results in long path. When the path can't be displayed fully in 1 row for whatever...

Currently, only the title changes color. In the image below, it's hard to tell right away that the `Variables` window is active. Other tools don't have this problem because they...

Currently, `Debugger.stack` will be empty when entering post-mortem, leading to `IndexError` when user tries to expand variables in the Variables window. This commit fixes that by restoring `Debugger.bottom_frame` to `Debugger.stack`....