How to debug:

Build with linker flag - omit all symbol information (-s) - unchecked 
(Project Properties -> C/C++ Build -> Settings; in Tool Settings tab -> MinGW Linker -> General)

1. remove all breakpoints (any breakpoints set before connecting to process won't work ... couldn't figure out why)
2. Start/restart TC
3. Make sure TC Lister is configured to pick the plugin dll
4. In TC list a file (e.g .class) that opens with this plugin (so TC will load the dll/wlx)
5. Start debugger and attach to totalcmd.exe process. Press F8 (debugger stops in ntdll first - probably gdb bug)
6. Put breakoints where you need, now they should be installed (if I set the breakpoints earlier they don't work) 
7. List a file in TC that opens with this plugin. If the breakpoint is in the flow, debugger should stop on it.
8. Good Luck!   
