Ryan Fleury
Ryan Fleury
Fixed as of a371374d6c6d82eb6a4a1e1864819b8022df3cda.
Currently this isn't fully supported. There is a command in the UI to do this, and it will actually correctly register RADDBG as the system JIT debugger...  ...**but** it...
Can you try this on 0.9.14 and see if the issue still occurs?
Sorry for the delay on this. Many parts of the evaluation system have been overhauled in 0.9.16, including the places where this crash occurred. Would you be able to give...
I think this hotloading setup should work fine. I think this bug has likely disappeared after the recent evaluation/evaluation-visualization/callstack system passes, since this was a crash in building type strings...
Yeah the disassembly view itself needs to be a bit smarter here. In the meantime you can work around this, if needed, by using the disassembly view rule in the...
This may not be because of the traps specifically, but may instead be due to the serial-dependence of DLL loading in the presence of breakpoints. When *any* breakpoints are set,...
Currently, `file_path_map`s should not have any path transformations applied to them. You can use relative or absolute paths and they should simply be preserved how you input them (unlike some...
This should now all be resolved as of 0.9.18; file path maps should not have any path transformations applied to them, and all relativized paths are done so w.r.t. the...
Yeah I think in general there needs to be an extension to the evaluation language for selecting processes/modules, like VS has, and then defaulting to whatever thread (& thus module/process)...