User forums > Using Code::Blocks
debugger plugin's tip windows does not show content with horizontal scroll bar
			ollydbg:
			
			
--- Quote from: Pecan on October 29, 2025, 05:42:15 am --- Is there any way you could tell me what "auto" actually is or give me an example as to how to re-create the situation you're showing here?
--- End quote ---
You can simply do this:
1, clone the code repo or download the zip file:  asmwarrior/parserlib: A c++ recursive-descent PEG parsing library that supports left recursion..
2, open the cbp project in the root folder: https://github.com/asmwarrior/parserlib/blob/master/test_parser_lib.cbp
3, open the file: cpp_lexer_grammar.h in the C::B editor
4, you can use clangd_client, and use the mouse to hover the "token" variable in the line 172
5, you will see a very big tip window which cover the whole screen, note I only tested on Windows 10 OS.
Thanks.
		
Navigation
[0] Message Index
[*] Previous page
Go to full version