marsej

Results 31 comments of marsej

Re-uploaded the zip as Issue8fixed.zip because the third BP had not been saved for unknown reason

Okay now it shows (in Auto tab) path: 0xD4'8C4FF110 {'t'} wPath: { size=10 {116, 101, 115, 116, 46, 116, 111, 109, 108, 0}} if I manually add "path" to Watch...

I see you can use Copy Expression and manually ctrl+v paste it in Watch but I'd still like to know if this is working as intended. Perhaps adding something to...

Okay Thanks - You didn't mention though if it's normal for the path (const char *) in the example to show only the first character in Auto until it's added...

I recommend using this only when both are satisfied: a) when no existing breakpoints exist at begin of scopes in current active file b) you receive an unknown project with...

I should note that for some reason bp's at { get moved down to the first command unlike in VS where they stay on {'s. For this reason I added...

When you know a certain large file has something you want to understand better and is being called from elsewhere but you don't know where to put a BP. Using...

This idea doesn't come from C# debugger but OllyDbg which had some advantages over VS debugger back in 2002. With OllyDbg you can get a list of all symbols and...

I noticed that you have done the same mistake I did (unless things have changed). It took me a day or two figure it out. mkdir llvm_project_13_0_1 should be mkdir...

under extern things should look like this (following are for v11, I haven't tried v13.0.1 to see if its different): ``` curl hunspell llvm-project_11_0_0 toml llvm_win64_11_0_0 1 284 llvm_build.sh 872...