Mohit Sethi

Results 37 issues of Mohit Sethi

It may sound a bit like natvis but it can be an alternative way to do it. Close the ticket if you feel like it's not a good way to...

Feature Request
Visualization

### Reproduction steps ```cpp int DeltaCallback(const git_diff_delta* delta, void* payload) { return 1; } int HunkCallback(const git_diff_hunk* delta, void* payload) { return 1; } git_diff_options diffOptions = GIT_DIFF_OPTIONS_INIT; diffOptions.flags =...

p1

Step over is working totally fine in v0.9.8 https://github.com/EpicGamesExt/raddebugger/assets/29519295/e2439575-44e1-4ff0-ad07-a663bdf2e6ff While in v0.9.9, the step over doesn't seem to be working, sometimes the target is stuck and status in raddbg says...

Bug

- Open command now uses Switch command- Switches to file if already opened; if not, opens the file. - Improve switch command to search for the candidate entity in all...

It is really difficult to cast between types specifically if we want to cast a member of a struct that is part of an array. View like "only" and "omit"...

Feature Request
Debugger

Sometimes getting incomplete callstack, same behaviour in 0.9.8 as well. Noticeable with setup involving calls between multiple dlls.

Bug

We use some upper bits in pointer to store data and pass it around as struct containing u64, we can mask the pointer with 0x0000FFFFFFFFFFFF and cast it to the...

Feature Request
Missing Support

Not sure if it's in the roadmap but it'd be great to have the ability to analyse dumps.

Feature Request
Debugger

Issue: While debugging multiple processes it gets very confusing which process hit the breakpoint or got an access violation.. etc. For instance we usually debug server as well as client...

Callstack has missing inline frames.